Contents

dropUpdated(info:)

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

Declaration

@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. The default implementation of this method returns nil, which tells the drop to use the last valid returned value or else DropOperation.copy.

See Also

Receiving drop information