Visual styles available for gauges.
SDK
- watchOS 5.0+
Framework
- Clock
Kit
Declaration
enum CLKGaugeProviderStyle : Int
Visual styles available for gauges.
SDK
Framework
enum CLKGaugeProviderStyle : Int
class CLKDate Text Provider
A formatted string that conveys a date without any time information.
class CLKImage Provider
An image displayed by a complication.
class CLKFull Color Image Provider
A full-color image displayed by a complication.
class CLKRelative Date Text Provider
A formatted string that conveys the difference in time between the current date and a date that you specify.
class CLKSimple Text Provider
A single line of text to display in your complication interface.
class CLKText Provider
The common behavior for displaying text-based data in a complication.
class CLKTime Interval Text Provider
A formatted time range.
class CLKTime Text Provider
A formatted time value.
class CLKSimple Gauge Provider
A gauge that shows a fractional value.
class CLKTime Interval Gauge Provider
A gauge that tracks time intervals.
class CLKGauge Provider
An abstract superclass that provides all the common behaviors for the gauge providers.
let CLKSimple Gauge Provider Fill Fraction Empty: Float
A fill value indicating an empty gauge.