I have a Mac OS application with a settings window with NSToolbar on it.
I also have a subtitle under it and other 3 user views that load inside the first one when the user clicks on one of the parameters.
So far so good. Now I realized that the first item is not selected by default when the window loads.
I do not see any options for inspectors other than the βselectableβ ones that I used. But there is no "selected." Should I do this programmatically? How?
source share