---
title: isActivated
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitextselectiondisplayinteraction/isactivated
---

# isActivated

A Boolean value that indicates whether to display the system selection UI.

## Declaration

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

## Discussion

Discussion Set this property to true when you want the system to display the selection UI. Set the property to false to hide the selection UI again.
