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

# isRestrictedToDraggingApplication

A Boolean value that indicates whether the drag session is confined to the app that started the drag activity.

```
var isRestrictedToDraggingApplication: Bool { get }
```

## Discussion

The value for this property is set by the source app’s drag interaction delegate method [`dragInteraction(_:sessionIsRestrictedToDraggingApplication:)`](/documentation/UIKit/UIDragInteractionDelegate/dragInteraction(_:sessionIsRestrictedToDraggingApplication:)).  If the value is <doc://com.apple.documentation/documentation/Swift/true>, the drag session is restricted to the app that started the drag operation.

---

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)