---
title: isEnabled
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitooltipinteraction/isenabled
---

# isEnabled

A Boolean value that indicates whether the tooltip interaction is in the enabled state.

## Declaration

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

## Discussion

Discussion A view or control can only display a tooltip from an enabled interaction. Set the value of the isEnabled property to true to enable the interaction or false to disable it. The default value is true.

## See Also

### Managing the interaction

- [defaultToolTip](uikit/uitooltipinteraction/defaulttooltip.md)
