dropInteraction(_:sessionDidEnter:)
Tells the delegate the drop session has moved into the drop interaction’s view.
Declaration
optional func dropInteraction(_ interaction: UIDropInteraction, sessionDidEnter session: any UIDropSession)Parameters
- interaction:
The interaction that called this method.
- session:
The drop session that has moved into the interaction’s view.