Contents

rowViewProvider

The closure that configures and returns the table view’s row views from the diffable data source.

Declaration

var rowViewProvider: NSTableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.RowProvider?

Discussion

This property replaces the tableView(_:rowViewForRow:) delegate method.

See Also

Creating Row and Section Views