---
title: UITextInteractionMode.editable
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitextinteractionmode/editable
---

# UITextInteractionMode.editable

A mode indicating that the text interaction should provide selection behaviors for editable text.

## Declaration

```swift
case editable
```

## See Also

### Modes

- [UITextInteractionMode.nonEditable](uikit/uitextinteractionmode/noneditable.md)
