Contents

browser(_:titleOfColumn:)

Asks the delegate for the title to display above the specified column.

Declaration

@MainActor optional func browser(_ sender: NSBrowser, titleOfColumn column: Int) -> String?

Parameters

  • sender:

    The browser.

  • column:

    The index the column to be titled.

Return Value

The title of the specified column.

See Also

Related Documentation

Getting Browser Information