Skip to main content

UICollectionViewCellConfigurationUpdateHandler

Type Alias UICollectionViewCellConfigurationUpdateHandler 

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