IUITableViewDropCoordinator.DropItemIntoRow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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