Share via


UICollectionViewLayout.GetTargetIndexPathForInteractivelyMovingItem Method

Definition

[Foundation.Export("targetIndexPathForInteractivelyMovingItem:withPosition:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSIndexPath GetTargetIndexPathForInteractivelyMovingItem(Foundation.NSIndexPath previousIndexPath, CoreGraphics.CGPoint position);
[<Foundation.Export("targetIndexPathForInteractivelyMovingItem:withPosition:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTargetIndexPathForInteractivelyMovingItem : Foundation.NSIndexPath * CoreGraphics.CGPoint -> Foundation.NSIndexPath
override this.GetTargetIndexPathForInteractivelyMovingItem : Foundation.NSIndexPath * CoreGraphics.CGPoint -> Foundation.NSIndexPath

Parameters

previousIndexPath
NSIndexPath
position
CGPoint

Returns

Attributes

Applies to