CircularProgressViewStyle

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

CircularProgressViewStyle - iOS Liquid Glass Light Mode Preview

Platform Compatibility

iOS 14.0+ iPadOS 14.0+ macOS 11.0+ tvOS 14.0+ visionOS 1.0+

Tags

SwiftUI Code

Docs
VStack {
    ProgressView("Foo")
    ProgressView(value: 0.42) {
        Text("Foo")
    } currentValueLabel: {
        Text("bar")
    }
}
.progressViewStyle(.circular)

Found an issue or have a suggestion?

Created: June 5, 2025Updated: December 27, 2025