Contents

tabView(_:didSelect:)

Informs the delegate that tabView has selected tabViewItem.

Declaration

@MainActor optional func tabView(_ tabView: NSTabView, didSelect tabViewItem: NSTabViewItem?)

Parameters

  • tabView:

    The tab view that sent the request.

  • tabViewItem:

    The tab view item that was selected.

See Also

Selecting a Tab