Actually i am calling a web service in apple watch extension but i am not able to show activity indicator.Could you please let me know how to show activity indicator in watch kit.
Asked
Active
Viewed 2,521 times
-2
-
2possible duplicate of [Is there an ActivityIndicator in WatchKit for Apple Watch?](http://stackoverflow.com/questions/28905131/is-there-an-activityindicator-in-watchkit-for-apple-watch) – Kara Apr 22 '15 at 19:25
1 Answers
4
UIActivityIndicator
doesn't exist in WatchKit. You'll need to roll your own solution.

bgilham
- 5,909
- 1
- 24
- 39