Contents

tabViewItems

The tab view’s array of tab view items.

Declaration

var tabViewItems: [NSTabViewItem] { get set }

Discussion

A tab view keeps an array containing one tab view item for each tab in the view. The default value of this property is an empty array.

See Also

Accessing Tabs