ios - Apple Watch cannot find Activity Indicator -


i developing apple watch application in calling api takes time execute, show user process going on need show activity indicator. trying hard find solution there no activity indicator included in apple watch. 1 solution take image , animate image when start process , hide when response there better solution need add multiple images?

unfortunately, there no activity indicator interface element in watchkit. can create own using technique you've described. is, unhide , begin animated image sequence while you're waiting response, , hide when operation complete.

this exact same technique use in own watch app. in case, load 4 images, there 4 unique activity indicator images "spin" while images retrieved.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -