---
title: end
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitextrange/end
---

# end

The end of the range of text.

## Declaration

```swift
var end: UITextPosition { get }
```

## Discussion

Discussion Compute and store in this property the UITextPosition object representing the end of a range of text.

## See Also

### Defining Ranges of Text

- [start](uikit/uitextrange/start.md)
- [isEmpty](uikit/uitextrange/isempty.md)
