Contents

NSLineBreakMode.byTruncatingTail

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

Declaration

case byTruncatingTail

Discussion

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

See Also

Constants