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
Post a Comment