toastrackengima
toastrackengima

Reputation: 8752

How to make a window not open when the app loads XCode

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

Answers (1)

Sheen Vempeny
Sheen Vempeny

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

Related Questions