Re: App Delegate Methods
Re: App Delegate Methods
- Subject: Re: App Delegate Methods
- From: Shawn Erickson <email@hidden>
- Date: Thu, 07 Jul 2011 12:50:15 -0700
On Thu, Jul 7, 2011 at 12:14 PM, koko <email@hidden> wrote:
> In my app delegate applicationDidFinishLaunching is called but applicationWillFinishLaunching is not.
>
> Can anyone shed some light on this apparent anomaly?
As currently typed in your mail above neither of those are the methods
sent by NSApplication.
The following are what you need to implement
applicationDidFinishLaunching: and applicationWillFinishLaunching:.
-Shawn
_______________________________________________
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