Min Max Current Value Gauge

Creates a gauge showing a value within a range and describes the gauge’s current, minimum, and maximum values

Min Max Current Value Gauge - iOS Light Mode Preview

Platform Compatibility

iOS 16.0+ iPadOS 16.0+ macOS 13.0+ watchOS 7.0+ visionOS 1.0+

Tags

SwiftUI Code

Docs
Gauge(value: 0.42) {
  Text("Foo")
} currentValueLabel: {
  Text("42")
} minimumValueLabel: {
  Text("0")
} maximumValueLabel: {
  Text("100")
}

Found an issue or have a suggestion?

Created: June 3, 2025Updated: June 3, 2025