Contents

dropInteraction(_:sessionDidExit:)

Tells the delegate the drop session has moved out of the drop interaction’s view.

Declaration

optional func dropInteraction(_ interaction: UIDropInteraction, sessionDidExit session: any UIDropSession)

Parameters

  • interaction:

    The interaction that called this method.

  • session:

    The drop session that has moved out of the interaction’s view.

See Also

Tracking the drop movements