Share via


UITableViewDiffableDataSourceCellProvider Delegate

Definition

public delegate UIKit.UITableViewCell? UITableViewDiffableDataSourceCellProvider(UITableView tableView, NSIndexPath indexPath, NSObject obj);
type UITableViewDiffableDataSourceCellProvider = delegate of UITableView * NSIndexPath * NSObject -> UITableViewCell

Parameters

tableView
UITableView
indexPath
NSIndexPath
obj
NSObject

Return Value

Applies to