Type Alias UICollectionViewCellRegistrationConfigurationHandler

Source
pub type UICollectionViewCellRegistrationConfigurationHandler = *mut DynBlock<dyn Fn(NonNull<UICollectionViewCell>, NonNull<NSIndexPath>, NonNull<AnyObject>)>;
Available on crate features UICollectionViewCell and UICollectionViewItemRegistration and UIResponder and UIView and block2 only.
Expand description