Hide a window in cocoa from awakeFromNib -


I have NIB with two NSWindow objects, the controller class has two IBOutlets, each of each NSWindow (windowLogin and windowMain) for.

I have windows that only appear on a launch. Insdide awakeFromNib I am using:

  [windowMainCart Auto: self];  

If there is no effect, however, if I try:

  [Window Main Setty: @ "Rename title"];  

Does it work as expected?

Search for "visible in the launcher" property in the Attribute Inspector for the window in the interface builder.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -