UIDropOperation.cancel
A drop operation type specifying that no data should be transferred, thereby canceling the drag.
Declaration
case cancelMentioned in
Discussion
If the user attempts a drop activity, the drag operation is canceled and the dropInteraction(_:performDrop:) delegate method isn’t called.