Contents

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) -> NSView

See Also

Creating a Diffable Data Source