Re: NSTableView questions
Re: NSTableView questions
- Subject: Re: NSTableView questions
- From: Paul Bruneau <email@hidden>
- Date: Mon, 8 Oct 2007 09:30:28 -0400
On Oct 5, 2007, at 12:58 PM, Chris Williams wrote:
- yes, applicationDidFinishLaunching is the appropriate place to do
initialization many times because you can't predict when things
will get
pulled from the nib, and you, many times, need everything out of
the nib to
get the job done. So awakeFromNib doesn't cut it. You have to
wait until
later.
I'm not sure the docs agree with you, they say
Messages to other objects can be sent safely from within
awakeFromNib—by which time it’s assured that all the objects are
unarchived and initialized (though not necessarily awakened, of
course).
_______________________________________________
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