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 uiappearance.
For more information, please refer to the Apple Documentation for UIProgressView
.