IUITableViewDropCoordinator.DropItemIntoRow Method

Definition

Drops the drag item into the specified rectangle, in the coordinate system of the item at the specified item index path.

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

Parameters

dragItem
UIDragItem

The item to drop.

indexPath
NSIndexPath

The index path of the row into which to drop the item.

rect
CGRect

The rectangle into which to animate the drop.

Returns

Attributes

Applies to