A gauge that shows a fractional value.
SDK
- watchOS 5.0+
Framework
- Clock
Kit
Declaration
@interface CLKSimpleGaugeProvider : CLKGauge Provider
Overview
A simple gauge provider displays values that map to a 0
to 1
range. For example, you could use the gauge to show the percentage of a task that has been completed, or the current temperature within a specified temperature range.
Note
Tinted graphic complications display gauges using a solid color chosen by the user.
For time intervals, use the CLKTime
.