---
title: NSLineBreakMode.byTruncatingTail
framework: uikit
role: symbol
role_heading: Case
path: uikit/nslinebreakmode/bytruncatingtail
---

# 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

```swift
case byTruncatingTail
```

## Discussion

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

## See Also

### Constants

- [NSLineBreakMode.byWordWrapping](uikit/nslinebreakmode/bywordwrapping.md)
- [NSLineBreakMode.byCharWrapping](uikit/nslinebreakmode/bycharwrapping.md)
- [NSLineBreakMode.byClipping](uikit/nslinebreakmode/byclipping.md)
- [NSLineBreakMode.byTruncatingHead](uikit/nslinebreakmode/bytruncatinghead.md)
- [NSLineBreakMode.byTruncatingMiddle](uikit/nslinebreakmode/bytruncatingmiddle.md)
