UICollectionViewDataSource_Extensions.GetViewForSupplementaryElement Method

Definition

The reusable view used for the supplementary element at the specified indexPath.

public static UIKit.UICollectionReusableView GetViewForSupplementaryElement (this UIKit.IUICollectionViewDataSource This, UIKit.UICollectionView collectionView, Foundation.NSString elementKind, Foundation.NSIndexPath indexPath);
static member GetViewForSupplementaryElement : UIKit.IUICollectionViewDataSource * UIKit.UICollectionView * Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionReusableView

Parameters

This
IUICollectionViewDataSource

The instance on which this extension method operates.

collectionView
UICollectionView

The collection view that originated the request.

elementKind
NSString
indexPath
NSIndexPath

Returns

Applies to