Share via


IUICollectionViewDropCoordinator.DropItemIntoItem 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:intoItemAtIndexPath:rect:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.IUIDragAnimating DropItemIntoItem(UIKit.UIDragItem dragItem, Foundation.NSIndexPath itemIndexPath, CoreGraphics.CGRect rect);
[<Foundation.Export("dropItem:intoItemAtIndexPath:rect:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DropItemIntoItem : UIKit.UIDragItem * Foundation.NSIndexPath * CoreGraphics.CGRect -> UIKit.IUIDragAnimating
override this.DropItemIntoItem : UIKit.UIDragItem * Foundation.NSIndexPath * CoreGraphics.CGRect -> UIKit.IUIDragAnimating

Parameters

dragItem
UIDragItem

The item to drop.

itemIndexPath
NSIndexPath

The index path to the item into which to drop.

rect
CGRect

The destination drop rectangle.

Returns

Attributes

Applies to