tabViewItem(at:)
Returns the tab view item at index in the tab view’s array of items.
Declaration
func tabViewItem(at index: Int) -> NSTabViewItemParameters
- index:
The index at which to insert the tab view item. The
indexparameter is zero-based.
Return Value
The tab view item at the specified index.