NACCWatchComplicationEntry
struct NACCWatchComplicationEntry : TimelineEntry
A single entry for the timeline.
-
The entry display date
Declaration
Swift
let date: Date -
This is the display family variant for this complication.
Declaration
Swift
var family: WidgetFamily -
The image to be displayed (based upon the family)
Declaration
Swift
var image: UIImage { get } -
The text to be displayed (based upon the family)
Declaration
Swift
var text: String { get }
View on GitHub