0

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

Trombone0904
  • 4,132
  • 8
  • 51
  • 104

1 Answers1

0

This is not possible with NSTabViewController.

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

vadian
  • 274,689
  • 30
  • 353
  • 361