UITableViewDropCoordinator
An interface for coordinating your custom drop-related actions with the table view.
Declaration
@MainActor protocol UITableViewDropCoordinator : NSObjectProtocolMentioned 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.