Share via


UICollectionViewCellRegistrationConfigurationHandler Delegate

Definition

public delegate void UICollectionViewCellRegistrationConfigurationHandler(UICollectionViewCell cell, NSIndexPath indexPath, NSObject item);
type UICollectionViewCellRegistrationConfigurationHandler = delegate of UICollectionViewCell * NSIndexPath * NSObject -> unit

Parameters

indexPath
NSIndexPath
item
NSObject

Applies to