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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -