0

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?

BlueBookBi.
  • 39
  • 2
  • 9

1 Answers1

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