Contents

textDroppableView(_:dropSessionDidEnd:)

Tells the delegate that the drop session has ended.

Declaration

optional func textDroppableView(_ textDroppableView: any UIView & UITextDroppable, dropSessionDidEnd session: any UIDropSession)

Parameters

  • textDroppableView:

    The text view that received the drop activity.

  • session:

    The drop session that has ended.

Discussion

You implement this method if your delegate needs to do additional cleanup after the drop session has ended.

See Also

Handling drop session notifications