Skip to main content

UITableViewDiffableDataSourceCellProvider

Type Alias UITableViewDiffableDataSourceCellProvider 

Source
pub type UITableViewDiffableDataSourceCellProvider = *mut DynBlock<dyn Fn(NonNull<UITableView>, NonNull<NSIndexPath>, NonNull<AnyObject>) -> *mut UITableViewCell>;
Available on crate features block2 and UIDiffableDataSource and UIResponder and UIScrollView and UITableView and UITableViewCell and UIView only.
Expand description