Re: different initialization method?
Re: different initialization method?
- Subject: Re: different initialization method?
- From: Gregory Weston <email@hidden>
- Date: Sat, 10 Feb 2007 07:40:22 -0500
Silicon wrote:
hi all
There are some different opportunity for you to do some
initialization before the application completely finish up its
launching.
I know two method:
(void)applicationWillFinishLaunching:
(void)applicationDidFinishLaunching:
if I only want to do some ordinary thing when the application finish
launching , which method will be better? And what's more, what's the
concrete difference between them?
Between the time they're invoked is when you may be told to open a
file the user double-clicked or dropped on the icon of your non-
running application.
There's more information in the NSApplication docs and the Cocoa
conceptual docs.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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