<!--
{
  "availability" : [
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKCrownSequencer/isHapticFeedbackEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKCrownSequencer(py)hapticFeedbackEnabled"
  },
  "title" : "isHapticFeedbackEnabled"
}
-->

# isHapticFeedbackEnabled

A Boolean value that determines whether the crown sequencer’s haptic feedback is enabled.

```
var isHapticFeedbackEnabled: Bool { get set }
```

## Discussion

By default, this property is set to <doc://com.apple.documentation/documentation/Swift/true>. In Apple Watch Series 4 and later, the watch provides linear haptic feedback as the user rotates the digital crown. Set this property to <doc://com.apple.documentation/documentation/Swift/false> to disable the haptic feedback while the crown sequencer has the focus. For example, you can use this property to disable haptic feedback if the feedback does not match the screen’s animation.

## See Also

[`tableScrollingHapticFeedbackEnabled`](/documentation/WatchKit/WKInterfaceController/isTableScrollingHapticFeedbackEnabled)

A Boolean value that determines whether haptic feedback coordinates with the appearance of new rows as the user scrolls through a table.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)