Contents

NSLineBreakMode.byTruncatingHead

The value that indicates that a line displays so that the end fits in the container and an ellipsis glyph indicates the missing text at the beginning of the line.

Declaration

case byTruncatingHead

Discussion

Although this mode works for multiline text, it’s more often used for single line text.

See Also

Constants