macosswift3nstabview

TabviewController - set TabItems in the middle


is it possible to center the tab view items of an NSTabController ? At the moment they are on my left side:

enter image description here

but i would set theme into the middle. i working with swift 3 for osx


Solution

  • This is not possible with NSTabViewController.

    If you want to customize the tool bar, implement traditional NSToolBar