For instance, when the user clicks the Desktop & Screen Saver item, the System Preferences app navigates to the item's specific view controller.
I understand that the buttons in the top (e.g., navigation buttons) are toolbar items, but how about the body when there's no VC similar to iOS's UINavigationController
?
Currently, I'm using NSPageController
along with my own complicated abstractions, but I'm thinking there should be a better way to do such basic functionality.