Re: Need a launch/loading screen to be displayed while app is starting/initializing?
Re: Need a launch/loading screen to be displayed while app is starting/initializing?
- Subject: Re: Need a launch/loading screen to be displayed while app is starting/initializing?
- From: Graham Cox <email@hidden>
- Date: Thu, 3 Sep 2009 01:41:27 +1000
On 03/09/2009, at 1:28 AM, Michael A. Crawford wrote:
Anyway, I thought of changing the structure of my app so that the
main nib displays the startup and then loads what used to be my main
nib with my primary view, menu, etc. I'm not experienced enough
with AppKit to know whether or not that is a good approach.
Just add a startup panel and, if there is one, a controller for it to
your main nib. You'd probably want to hook it into your app delegate
so it can be taken down when launching finishes. There's nothing to
stop you having multiple windows in a single nib, and in this case
that would definitely be the simplest thing.
--Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden