Contents

NSTableViewDiffableDataSource.RowProvider

A closure that configures and returns a row view for a table view from its diffable data source.

Declaration

typealias RowProvider = (NSTableView, Int, AnyHashable) -> NSTableRowView

See Also

Creating Row and Section Views