isEnabled
A Boolean value that determines whether the label draws its text in an enabled state.
Declaration
var isEnabled: Bool { get set }Discussion
This property determines only how the label draws its text. The label dims the text somewhat when not enabled to indicate it’s not active. The default value of this property is true.