showsExpansionTextWhenTruncated
A Boolean value that determines whether the full text of the label displays when the pointer hovers over the truncated text.
Declaration
var showsExpansionTextWhenTruncated: Bool { get set }Discussion
A label may truncate text too long to fit in its container based on the value of the label’s lineBreakMode property. To provide the option in your app to show the full text when the pointer hovers over the truncated text, set showsExpansionTextWhenTruncated to true. The default value is false.
[Image]