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

# UITextInteractionMode.nonEditable

A mode indicating that the text interaction should provide selection behaviors for non-editable, read-only text.

## Declaration

```swift
case nonEditable
```

## See Also

### Modes

- [UITextInteractionMode.editable](uikit/uitextinteractionmode/editable.md)
