allowsDefaultTighteningForTruncation
A Boolean value that indicates whether the system tightens character spacing before truncating text.
Declaration
var allowsDefaultTighteningForTruncation: Bool { get }Discussion
When this property is true, the system tries to reduce the space between characters before truncating characters. The system performs this tightening in cases where the text wouldn’t otherwise fit in the available space. The maximum amount of tightening performed by the system is dependent on the font, line width, and other factors.
The default value of this property is false.