• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: app delegate +initialize
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: app delegate +initialize


  • Subject: Re: app delegate +initialize
  • From: Fritz Anderson <email@hidden>
  • Date: Thu, 8 Oct 2009 11:20:09 -0500

On 7 Oct 2009, at 11:38 PM, Graham Cox wrote:

On 08/10/2009, at 2:39 PM, John Baldwin wrote:

The AppController has a +initialize method which initializes my user defaults.

It's better to initialise your defaults in your app delegate's - applicationWillFinishLaunching: method, since it is called at a completely invariant time during the launch process.

Could you clarify? -[AppController applicationWillFinishLaunching:] would be called on the AppController instantiated from the NIB, would it not? And applicationWillFinishLaunching: being the first use of that class, won't +[AppController initialize] be called first?


	— F

_______________________________________________

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


  • Follow-Ups:
    • Re: app delegate +initialize
      • From: Graham Cox <email@hidden>
References: 
 >Re: app delegate +initialize (From: John Baldwin <email@hidden>)
 >Re: app delegate +initialize (From: John Baldwin <email@hidden>)
 >Re: app delegate +initialize (From: Jens Alfke <email@hidden>)
 >Re: app delegate +initialize (From: John Baldwin <email@hidden>)
 >Re: app delegate +initialize (From: Graham Cox <email@hidden>)

  • Prev by Date: Re: How to ease the burden on the Garbage Collector?
  • Next by Date: Re: How to parse unpredictable date strings [WAS: Two digit dates with NSDateFormatter]
  • Previous by thread: Re: app delegate +initialize
  • Next by thread: Re: app delegate +initialize
  • Index(es):
    • Date
    • Thread