Contents

lineBreakMode

The mode for breaking lines in the paragraph that don’t fit within a container.

Declaration

var lineBreakMode: NSLineBreakMode { get }

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

Getting line-break information