Metadata about one of your custom complications.
SDK
- watchOS 2.0+
Framework
- Clock
Kit
Declaration
@interface CLKComplication : NSObject
Overview
You do not create instances of this class directly. Instead, you retrieve them from the CLKComplication
object. Complication objects are only available when your complication is in use on the clock face.
In addition to getting information about the complication, you use complication objects to extend or replace the timeline data for one of your active complications. When calling the extend
and reload
methods of the shared CLKComplication
object, pass the complication object whose data you want to modify.