Contents

UIDropOperation.cancel

A drop operation type specifying that no data should be transferred, thereby canceling the drag.

Declaration

case cancel

Mentioned in

Discussion

If the user attempts a drop activity, the drag operation is canceled and the dropInteraction(_:performDrop:) delegate method isn’t called.

See Also

Drop operation types