Just new to the Cocoa Framework – I understand from this question here that the first window is decided by a setting in the info.plist file.
For my application, the window to show is decided by some external settings. How do I set which is the first window to show during runtime?
In your AppDelegate class, you will find a method called – (void)applicationDidFinishLaunching:(NSNotification *)aNotification{} you have to create an instance of your window controller class of which you want to load and load the window.