tableView(_:userDidChangeVisibilityOf:)
Tells the delegate that the user changed the visibility of one or more table columns.
Declaration
optional func tableView(_ tableView: NSTableView, userDidChangeVisibilityOf columns: [NSTableColumn])Parameters
- tableView:
The table view object requesting this information.
- columns:
The table columns affected by the visibility change.