Questions tagged [uiprogressbar]

UIProgressBar is a common misrepresentation of UIProgressView, which typically presents a bar-like user interface to show the progress of a task over time.

UIProgressBar is a common misrepresentation of UIProgressView, which typically presents a bar-like user interface to show the progress of a task over time.

Please use for all posts regarding a progress interface element on iOS.

62 questions
-2
votes
1 answer

How to find percentage of image upload to server using NSMutableURLRequest request

I am sending image to server using NSMutableURLRequest Request(using Api call), I am sending each image at a time, can I find the percentage of image uploading to server, if so how can u please the code for that , and with that percentage i even…
KMKR
  • 109
  • 1
  • 12
-3
votes
2 answers

Is there any way to divide a progress bar into segments using swift? (as shown in the picture)

Example of segmented progress bar: Is there some way to duplicate this progress bar using swift.
kelson_99
  • 37
  • 2
1 2 3 4
5