Type Alias UITableViewHeaderFooterViewConfigurationUpdateHandler

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