<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/DragConfiguration/init(allowMove:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI17DragConfigurationV9allowMoveACSb_tcfc"
  },
  "title" : "init(allowMove:)"
}
-->

# init(allowMove:)

Creates a drag configuration that can support drag-to-move in addition
to drag-to-copy.

```
init(allowMove: Bool)
```

## Discussion

iOS supports drag-to-move operations only within an application.
On macOS, an item can be dragged to move both within the app and to other apps.

---

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)