UICollectionView.GetPresentationIndexPath(NSIndexPath) Method

Definition

[Foundation.Export("presentationIndexPathForDataSourceIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSIndexPath GetPresentationIndexPath (Foundation.NSIndexPath dataSourceIndexPath);
abstract member GetPresentationIndexPath : Foundation.NSIndexPath -> Foundation.NSIndexPath
override this.GetPresentationIndexPath : Foundation.NSIndexPath -> Foundation.NSIndexPath

Parameters

dataSourceIndexPath
NSIndexPath

Returns

Implements

Attributes

Applies to