UITableViewDropDelegate.PerformDrop Method

Definition

Uses the coordinator to drop the data.

[Foundation.Export("tableView:performDropWithCoordinator:")]
public abstract void PerformDrop (UIKit.UITableView tableView, UIKit.IUITableViewDropCoordinator coordinator);
abstract member PerformDrop : UIKit.UITableView * UIKit.IUITableViewDropCoordinator -> unit

Parameters

tableView
UITableView

The receiving table view.

coordinator
IUITableViewDropCoordinator

The drop coordinator.

Implements

Attributes

Applies to