Contents

NSTabViewController.TabStyle.unspecified

A style that indicates the tab view controller does not provide the tab selection UI. Your app provides the control (such as an Nssegmentedcontrol or Nspopupbutton) for navigating between tabs. You can bind an existing control to the tab view controller object so that interactions with the control automatically change tabs.

Declaration

case unspecified

See Also

Constants