Re: App Delegate Methods
Re: App Delegate Methods
- Subject: Re: App Delegate Methods
- From: koko <email@hidden>
- Date: Thu, 07 Jul 2011 13:57:30 -0600
Let me clarify:
in my app delegate the method
applicationDidFinishLaunching:
is called while the method
applicationWillFinishLaunching:
How can this be?
-koko
On Jul 7, 2011, at 1:50 PM, Shawn Erickson wrote:
> 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