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

Syntax

public Foundation.NSObject DequeueReusableSupplementaryView (UICollectionElementKindSection section, Foundation.NSString identifier, Foundation.NSIndexPath indexPath)

Parameters

section
A UIKit.UICollectionElementKindSection specifying what kind of supplementary view is desired.
reuseIdentifier
Documentation for this section has not yet been entered.
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

The application developer must have registered a class or nib file using either UICollectionView.RegisterClassForSupplementaryView or UICollectionView.RegisterNibForSupplementaryView prior to calling this method.

If the UIKIt.UICollectionReusableView is not newly allocated but is being recycled, this method will call that cell's UICollectionReusableView.PrepareForReuse method.

Requirements

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