---
title: isSelectable
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitextview/isselectable
---

# isSelectable

A Boolean value that indicates whether the text view is selectable.

## Declaration

```swift
var isSelectable: Bool { get set }
```

## Discussion

Discussion This property controls the ability of the user to select content and interact with URLs and text attachments. The default value is true.

## See Also

### Working with the selection

- [selectedRange](uikit/uitextview/selectedrange.md)
- [scrollRangeToVisible(_:)](uikit/uitextview/scrollrangetovisible(_:).md)
- [clearsOnInsertion](uikit/uitextview/clearsoninsertion.md)
