UICollectionViewLayout.GetTargetIndexPathForInteractivelyMovingItem 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.
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