NSTableViewDiffableDataSource.CellProvider
A closure that configures and returns a cell for a table view from its diffable data source.
Declaration
typealias CellProvider = (NSTableView, NSTableColumn, Int, ItemIdentifierType) -> NSViewA closure that configures and returns a cell for a table view from its diffable data source.
typealias CellProvider = (NSTableView, NSTableColumn, Int, ItemIdentifierType) -> NSView