UICollectionViewLayout.GetTargetIndexPathForInteractivelyMovingItem Method

Definition

Returns the target index path for items that the user is moving.

[Foundation.Export("targetIndexPathForInteractivelyMovingItem:withPosition:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSIndexPath GetTargetIndexPathForInteractivelyMovingItem (Foundation.NSIndexPath previousIndexPath, CoreGraphics.CGPoint position);
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