Reputation: 8752
If I have a NSWindow in Interface Builder and run my app, it opens.
How do I prevent this from happening? I'd like this window to only be opened when the user presses a button.
Upvotes: 0
Views: 50
Reputation: 826
In the IB , you can find a check box named "Visible at Launch" in attributes tab. You can uncheck that.So that window will not launch on app loading time
Upvotes: 1