<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITableView/dragInteractionEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UITableView(py)dragInteractionEnabled"
  },
  "title" : "dragInteractionEnabled"
}
-->

# dragInteractionEnabled

A Boolean value that indicates whether the table view supports dragging content.

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

## Discussion

To support dragging content from the table view to a view in your app or another app, set this property value to <doc://com.apple.documentation/documentation/Swift/true>. To disable this behavior, set the value to <doc://com.apple.documentation/documentation/Swift/false>. The default value is <doc://com.apple.documentation/documentation/Swift/true>.

In iOS 14 and earlier, the default value is <doc://com.apple.documentation/documentation/Swift/true> for iPad and <doc://com.apple.documentation/documentation/Swift/false> for iPhone. Setting the value to <doc://com.apple.documentation/documentation/Swift/true> on iPhone enables dragging within your app only. Dragging content to other apps isn’t possible on iPhone prior to iOS 15.

---

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)