dragInteraction(_:session:didEndWith:)
Tells the delegate the drag activity and its related animations have finished.
Declaration
optional func dragInteraction(_ interaction: UIDragInteraction, session: any UIDragSession, didEndWith operation: UIDropOperation)Parameters
Discussion
Since the session has ended, your app should return to its normal appearance.