Re: App Start-up speed
Re: App Start-up speed
- Subject: Re: App Start-up speed
- From: "Nathan V. Roberts" <email@hidden>
- Date: Wed, 7 Nov 2001 15:50:50 -0600
Luke,
The app icon stops bouncing when your app first responds to events,
which if I recall correctly is when applicationDidFinishLaunching
gets called.
So, one trick might be to take everything you can out of
MainMenu.nib, and put it into separate nibs that get loaded in the
applicationDidFinishLaunching routine, or later. And, more
generally, to start responding to events as soon as you can.
Nate
Cocoa Developers,
When I build any of my apps, they usually take about 4-5 bounces to
load-up. How can I get it to launch like IE in 1 or two bounces?
Thanks for any help...
Luke
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev