Is there an ActivityIndicator in WatchKit for Apple Watch?

stk picture stk · Mar 6, 2015 · Viewed 20.3k times · Source

Is there an ActivityIndicator (or something like it) in WatchKit for Apple Watch? How do you all give the user feedback about some longer lasting background activity?

Answer

Mike Swanson picture Mike Swanson · May 9, 2015

Just to add to the options, I've created a JBWatchActivityIndicator project on GitHub that lets you generate your own image sequences: https://github.com/mikeswanson/JBWatchActivityIndicator

It also includes Apple-like activity indicator animations if you don't want to create your own.