Questions tagged [uiprogressview]

UIProgressView is an iOS user interface element that depicts the progress of a task over time.

UIProgressView is an iOS user interface element that depicts the progress of a task over time. It is most commonly used to show the current progress of an upload/download from the network or a long-running computation.

As of iOS 5, the track (the background) and progress (the bar itself) images can be customized via .

For more information, please refer to the Apple Documentation for UIProgressView.

541 questions
-2
votes
1 answer

How can i show UIProgressView while downloading/converting data from array of image url?

I have an array of URL. I am getting this URL from server and want to save that image URL data into my SQL data base so while converting this image URL into data and then save that data into my data base,want to show Progress using…
virantporwal
  • 989
  • 2
  • 6
  • 26
1 2 3
36
37