I have my app containing UIProgressView
. One day I want to build its extension on WatchKit
and want UIProgressView
on that too, but there is no such a thing on the object library. What could I do?
Asked
Active
Viewed 73 times
0

BlueBookBi.
- 39
- 2
- 9
1 Answers
0
There is no such library present over there, but you can use array of images to illustrate the progress view like animation. Refer this,this may help. Github Link

iOSNoob
- 1,420
- 2
- 16
- 30
-
will have a look at that stuff. Thank you! – BlueBookBi. Jul 17 '15 at 15:45