I’ve used Xcode 6.3 to create a very simple Swift Mac application. It is not a document-based app. My app has one NSViewController, and it loads, opens and runs as expected. However, now I need to use the Application menu, and I don’t see the proper way for my NSViewController to communicate with the NSApplicationDelegate or the NSApplication itself.
I am looking for some chain of properties or methods I can call from my NSViewController, after it has loaded, but before it is displayed.