<!--
{
  "availability" : [
    "iOS: 13.4.0 -",
    "iPadOS: 13.4.0 -",
    "macCatalyst: 13.4.0 -",
    "macOS: 10.15.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/DropDelegate/dropUpdated(info:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI12DropDelegateP11dropUpdated4infoAA0C8ProposalVSgAA0C4InfoV_tF"
  },
  "title" : "dropUpdated(info:)"
}
-->

# dropUpdated(info:)

Tells the delegate that a validated drop moved inside the modified view.

```
@MainActor @preconcurrency func dropUpdated(info: DropInfo) -> DropProposal?
```

## Discussion

Use this method to return a drop proposal containing the operation the
delegate intends to perform at the drop [`location`](/documentation/SwiftUI/DropInfo/location). The
default implementation of this method returns `nil`, which tells the
drop to use the last valid returned value or else
[`DropOperation.copy`](/documentation/SwiftUI/DropOperation/copy).

---

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)