IUITableViewDropCoordinator.DropItemToRow(UIDragItem, NSIndexPath) Method

Definition

Drops the drag item to the row at the specified index path.

[Foundation.Export("dropItem:toRowAtIndexPath:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.IUIDragAnimating DropItemToRow (UIKit.UIDragItem dragItem, Foundation.NSIndexPath indexPath);
abstract member DropItemToRow : UIKit.UIDragItem * Foundation.NSIndexPath -> UIKit.IUIDragAnimating

Parameters

dragItem
UIDragItem

The item to drop.

indexPath
NSIndexPath

The index path at which to insert the item.

Returns

Attributes

Applies to