Contents

tabViewItem(at:)

Returns the tab view item at index in the tab view’s array of items.

Declaration

func tabViewItem(at index: Int) -> NSTabViewItem

Parameters

  • index:

    The index at which to insert the tab view item. The index parameter is zero-based.

Return Value

The tab view item at the specified index.

See Also

Related Documentation

Accessing Tabs