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

# isEnabled

A Boolean value that specifies whether the system reports double taps or squeezes on Apple Pencil to your app.

## Declaration

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

## Discussion

Discussion The default value is true.
