I have a Mac OS application with a preferences window with a NSToolbar on it.
I have also a custom subview under it and other 3 custom views that are loaded inside the first one when the user clicks on one of the options.
So far, so good. Now I realised the first item is not selected by default when the window is loaded.
I see no options in the inspectors, except the "selectable", which I used. But there is no "selected". Should I do it programmatically? How?
NSToolbar
has a -setSelectedItemIdentifier:
method that you can use in your -windowDidLoad
method.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With