Share via


UICollectionViewDiffableDataSourceSupplementaryViewProvider Delegate

Definition

public delegate UIKit.UICollectionReusableView? UICollectionViewDiffableDataSourceSupplementaryViewProvider(UICollectionView collectionView, string elementKind, NSIndexPath indexPath);
type UICollectionViewDiffableDataSourceSupplementaryViewProvider = delegate of UICollectionView * string * NSIndexPath -> UICollectionReusableView

Parameters

collectionView
UICollectionView
elementKind
String
indexPath
NSIndexPath

Return Value

Applies to