Skip to main content

UITableViewHeaderFooterViewConfigurationUpdateHandler

Type Alias UITableViewHeaderFooterViewConfigurationUpdateHandler 

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