Search code examples
ioswatchkitapple-watch

Is there any way to make like iPhone progressbar in Apple Watch?


Hello all i am new in Apple Watch development and Is there any way to display progress bar in Apple Watch? I have one application in which there is progress bar which updated with user location. i implemented same thing in iPhone but now i want to implement same thing in Apple Watch. Is there any possible way to do this?


Solution

  • There is not a progress bar in WatchKit at the moment.

    Workaround

    A fairly easy workaround would be to design a WKInterfaceImage that looks like a progress bar along with the progressive images to fill in the bar. Then update the current image displayed to match the percentage that your user's location has progressed.