---
title: isEnabled
framework: UIKit
role: symbol
role_heading: Instance Property
platforms: [iOS 27.1+, iPadOS 27.1+]
path: uikit/uihingeinteraction/isenabled
---

# isEnabled

Whether the interaction is enabled.

## Declaration

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

## Discussion

Discussion While disabled, the interaction’s handler is not called for hinge updates, and any updates that occur are not queued. When re-enabled, the handler is called with the current hinge state if one is available.
