Re: App Delegate Methods
Re: App Delegate Methods
- Subject: Re: App Delegate Methods
- From: Greg Guerin <email@hidden>
- Date: Thu, 07 Jul 2011 16:10:39 -0700
koko wrote:
So, is there really an
NSApplicationWillFinishLaunchingNotification or is Apple just
pulling my leg?
From the reference doc for the NSApplicationDelegate protocol:
applicationWillFinishLaunching:
Sent by the default notification center immediately ***before the
application object is initialized***. (*'s added for emphasis)
What do you hope to accomplish with this event that you can't
accomplish with applicationDidFinishLaunching: ?
-- GG
_______________________________________________
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