Share via


UICollectionViewDiffableDataSourceCellProvider Delegate

Definition

public delegate UIKit.UICollectionViewCell? UICollectionViewDiffableDataSourceCellProvider(UICollectionView collectionView, NSIndexPath indexPath, NSObject itemIdentifier);
type UICollectionViewDiffableDataSourceCellProvider = delegate of UICollectionView * NSIndexPath * NSObject -> UICollectionViewCell

Parameters

collectionView
UICollectionView
indexPath
NSIndexPath
itemIdentifier
NSObject

Return Value

Applies to