---
title: Text.TruncationMode.tail
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/text/truncationmode/tail
---

# Text.TruncationMode.tail

Truncate at the end of the line.

## Declaration

```swift
case tail
```

## Discussion

Discussion Use this kind of truncation to omit characters from the end of the string. For example, you could truncate the English alphabet as “abcd…”.

## See Also

### Getting text truncation modes

- [Text.TruncationMode.head](swiftui/text/truncationmode/head.md)
- [Text.TruncationMode.middle](swiftui/text/truncationmode/middle.md)
