IUITableViewDropCoordinator.DropItemToPlaceholder Method

Definition

Drops the drag item to the specified placeholder.

[Foundation.Export("dropItem:toPlaceholder:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.IUITableViewDropPlaceholderContext DropItemToPlaceholder (UIKit.UIDragItem dragItem, UIKit.UITableViewDropPlaceholder placeholder);
abstract member DropItemToPlaceholder : UIKit.UIDragItem * UIKit.UITableViewDropPlaceholder -> UIKit.IUITableViewDropPlaceholderContext

Parameters

dragItem
UIDragItem

The item to drop.

placeholder
UITableViewDropPlaceholder

The placeholder into which to drop the item.

Returns

Attributes

Applies to