Skip to main content

UITableViewCellConfigurationUpdateHandler

Type Alias UITableViewCellConfigurationUpdateHandler 

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