allowsDefaultTighteningForTruncation
A Boolean value that determines whether the label tightens text before truncating.
Declaration
var allowsDefaultTighteningForTruncation: Bool { get set }Discussion
When the value of this property is true, the label tightens intercharacter spacing of its text before allowing any truncation to occur. The label determines the maximum amount of tightening automatically based on the font, current line width, line break mode, and other relevant information. This autoshrinking behavior is only intended for use with a single-line label.
The default value of this property is false.