A view that depicts the progress of a task over time.
SDKs
- iOS 2.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- UIKit
Declaration
@interface UIProgressView : UIView
Overview
The UIProgress
class provides properties for managing the style of the progress bar and for getting and setting values that are pinned to the progress of a task.
For an indeterminate progress indicator—or, informally, a “spinner”—use an instance of the UIActivity
class.