Contents

dragInteraction(_:sessionDidTransferItems:)

Tells the delegate the destination view has received the data for the drag items.

Declaration

optional func dragInteraction(_ interaction: UIDragInteraction, sessionDidTransferItems session: any UIDragSession)

Parameters

  • interaction:

    The interaction that called this method.

  • session:

    The drag session that has ended.

Discussion

Implement this method if you need to clean up resources related to the drag items or their item provider objects.

See Also

Monitoring drag progress