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