Re: Code to Run on Application Load
Re: Code to Run on Application Load
- Subject: Re: Code to Run on Application Load
- From: Uli Kusterer <email@hidden>
- Date: Sun, 12 Mar 2006 01:16:42 +0100
Am 12.03.2006 um 00:59 schrieb Mitchell Hashimoto:
I am brand new to Cocoa development. I was wondering how to specify a
method or what method is run after the application, UI, etc. is
loaded? I use XCode.
Look in NSApplication.h. The methods in the
NSApplicationNotifications category are sent to your application
delegate on startup. There's several in their pertaining to
application launch and similar stuff.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden