dropInteraction(_:sessionDidEnd:)
Tells the delegate the drop session has ended.
Declaration
optional func dropInteraction(_ interaction: UIDropInteraction, sessionDidEnd session: any UIDropSession)Parameters
- interaction:
The interaction that called this method.
- session:
The drop session that ended.
Discussion
Implement this method if you need to clean up resources you created during the session.