A Boolean value indicating which line should be drawn with a highlight.
SDK
- watchOS 3.0+
Framework
- Clock
Kit
Declaration
var highlightLine2: Bool { get set }
Discussion
When the value of this property is true
, the text in row two is rendered with a highlight. When the value is false
, the image on line one is rendered with a highlight. The default value of this property is false
.