Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

macOS NSTabViewController centered tab icons

I have a macOS app I have created. And I have a Preferences window built using a swift & storyboard with a tabless Toolbar styled NSTabViewController.

I see no way to override the positioning of the tab icons though - they default to the left side of the window. Is it possible?

enter image description here

like image 475
gypsyDev Avatar asked Aug 28 '26 10:08

gypsyDev


1 Answers

Subclass NSTabViewController and override func toolbarDefaultItemIdentifiers(_ toolbar: NSToolbar) -> [NSToolbarItem.Identifier]. Add a flexibleSpace toolbar item at both sides.

like image 198
Willeke Avatar answered Aug 31 '26 15:08

Willeke



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!