Contents

NSTableViewDiffableDataSource.SectionHeaderViewProvider

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

Declaration

typealias SectionHeaderViewProvider = (NSTableView, Int, SectionIdentifierType) -> NSView

See Also

Creating Row and Section Views