UICollectionView.GetSupplementaryView(NSString, NSIndexPath) Method

Definition

Rerieves the supplementary view at the specified indexPath.

[Foundation.Export("supplementaryViewForElementKind:atIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UICollectionReusableView GetSupplementaryView (Foundation.NSString elementKind, Foundation.NSIndexPath indexPath);
abstract member GetSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionReusableView
override this.GetSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionReusableView

Parameters

indexPath
NSIndexPath

The index path to the supplementary view.

Returns

Attributes

Applies to