Contents

circular

The style of a progress view that uses a circular gauge to indicate the partial completion of an activity.

Declaration

@MainActor @preconcurrency static var circular: CircularProgressViewStyle { get }

Discussion

On watchOS, and in widgets and complications, a circular progress view appears as a gauge with the accessoryCircularCapacity style. If the progress view is indeterminate, the gauge is empty.

In cases where no determinate circular progress view style is available, circular progress views use an indeterminate style.

See Also

Getting built-in progress view styles