textDroppableView(_:dropSessionDidExit:)
Tells the delegate that the user has moved the drag items out of the text view’s coordinate system.
Declaration
optional func textDroppableView(_ textDroppableView: any UIView & UITextDroppable, dropSessionDidExit session: any UIDropSession)Parameters
- textDroppableView:
The text view that received the drop activity.
- session:
The current drop session.