rowViewProvider
The closure that configures and returns the table view’s row views from the diffable data source.
Declaration
var rowViewProvider: NSTableViewDiffableDataSourceReferenceRowProvider? { get set }Discussion
This property replaces the tableView(_:rowViewForRow:) delegate method.