Contents

textDraggableView(_:dragSessionDidEnd:with:)

Tells the delegate that the drag session has ended.

Declaration

optional func textDraggableView(_ textDraggableView: any UIView & UITextDraggable, dragSessionDidEnd session: any UIDragSession, with operation: UIDropOperation)

Parameters

  • textDraggableView:

    The text view where the drag activity was started.

  • session:

    The drag session of the current drag activity.

  • operation:

    The operation that occurred during the drop activity.

See Also

Handling drag session notifications