Contents

lineBreakMode

The mode for breaking lines in the paragraph.

Declaration

var lineBreakMode: NSLineBreakMode { get set }

Discussion

This property controls how the text system lays out lines that don’t fit in its container, such as by truncating with an ellipsis (…) or clipping the text. This is different from NSParagraphStyle.LineBreakStrategy , which controls where the system places line breaks in a paragraph.

See Also

Setting line-break information