---
title: "init(allowMove:)"
framework: swiftui
role: symbol
role_heading: Initializer
path: "swiftui/dragconfiguration/init(allowmove:)"
---

# init(allowMove:)

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

## Declaration

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

## Discussion

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.
