Share via


IUICollectionViewDropCoordinator.DropItemToItem Method

Definition

Drops the drag item into the item at the specified item index path.

[Foundation.Export("dropItem:toItemAtIndexPath:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.IUIDragAnimating DropItemToItem(UIKit.UIDragItem dragItem, Foundation.NSIndexPath itemIndexPath);
[<Foundation.Export("dropItem:toItemAtIndexPath:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DropItemToItem : UIKit.UIDragItem * Foundation.NSIndexPath -> UIKit.IUIDragAnimating
override this.DropItemToItem : UIKit.UIDragItem * Foundation.NSIndexPath -> UIKit.IUIDragAnimating

Parameters

dragItem
UIDragItem

The item to drop.

itemIndexPath
NSIndexPath

The index path to which to drop the item.

Returns

Attributes

Applies to