Contents

UITableViewDropCoordinator

An interface for coordinating your custom drop-related actions with the table view.

Declaration

@MainActor protocol UITableViewDropCoordinator : NSObjectProtocol

Mentioned in

Overview

Don’t create instances of this class yourself. When a drop occurs in the table view, UIKit creates an instance of this class and passes it to your tableView(_:performDropWith:) method. Use the object to let the table view know how you want to animate the dropped items into position.

Topics

Getting the dragged items

Getting the drop location

Animating rows to their destination

Getting the session information

See Also

Drag and drop