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

# isTableScrollingHapticFeedbackEnabled

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

```
var isTableScrollingHapticFeedbackEnabled: 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 haptic feedback as the user rotates the digital crown. When this property is <doc://com.apple.documentation/documentation/Swift/true>, the watch provides haptic feedback whenever new rows scroll into view. However, if there are additional interface items at the top level, or if the table view contains a row that is taller than the screen, the crown falls back to providing linear feedback.

When this property is <doc://com.apple.documentation/documentation/Swift/false>, the watch provides linear feedback. For example, you can use this property to force linear feedback when a table contains rows of varying heights, and the row-based feedback doesn’t feel right.

## See Also

[`hapticFeedbackEnabled`](/documentation/WatchKit/WKCrownSequencer/isHapticFeedbackEnabled)

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



---

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)