lineBreakStrategy
The strategy that the system uses to break lines when laying out multiple lines of text.
Declaration
var lineBreakStrategy: NSParagraphStyle.LineBreakStrategy { get set }Discussion
The default value for editable text fields is NSLineBreakStrategyNone to match the field editor’s behavior. The default value for selectable, uneditable text fields is standard.