UIKit.UICollectionView.DequeueReusableSupplementaryView Method
Returns a newly-allocated or reused supplementary UIKit.UICollectionReusableView.

Syntax

[Foundation.Export("dequeueReusableSupplementaryViewOfKind:withReuseIdentifier:forIndexPath:")]
public virtual UICollectionReusableView DequeueReusableSupplementaryView (Foundation.NSString kind, Foundation.NSString identifier, Foundation.NSIndexPath indexPath)

Parameters

kind
A Foundation.NSString specifying what kind of supplementary view is desired (e.g., "UICollectionElementKindSectionHeader").
identifier
A Foundation.NSString that specifies what type should be used for the supplementary view.
indexPath
The Foundation.NSIndexPath specifying the location of the supplementary view.

Returns

A supplementary UIKit.UICollectionReusableView that is either newly allocated or recycled from the reuse queue.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0