Contents

UIProgressView

A view that depicts the progress of a task over time.

Declaration

@MainActor class UIProgressView

Overview

The UIProgressView 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 a “spinner” — use an instance of the UIActivityIndicatorView class.

Topics

Creating a progress view

Managing the progress bar

Configuring the progress bar

Constants

See Also

Content views