objective c - cocoa's event prior to applicationDidFinishLaunching -
i'm trying load window's size , other properties on application start. unfortunately, if on
applicationdidfinishlaunching
or
applicationwillfinishlaunching
... ugly flicker, showing unmodified window , switching modified one. know how non-main windows run window controllers (usually in awake nib event), how in application delegate?
thank you
you can tell window not visible @ launch, means can create window, mess frame size , that, , then show it.
Comments
Post a Comment