- 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.
A supplementary UIKit.UICollectionReusableView that is either newly allocated or recycled from the reuse queue..
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.