Skip to main content

UICollectionViewCellRegistrationConfigurationHandler

Type Alias UICollectionViewCellRegistrationConfigurationHandler 

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