Re: Where to set default user defaults?
Re: Where to set default user defaults?
- Subject: Re: Where to set default user defaults?
- From: "M. Uli Kusterer" <email@hidden>
- Date: Fri, 21 Nov 2003 17:06:08 +0100
At 8:38 Uhr -0500 21.11.2003, John Timmer wrote:
I know there's been some discussion in the past about what the order of
"wakeFromNib" calling is (and the answer seems to be "none is guaranteed").
A related question that I couldn't find in the archives - are all the "init"
methods called before all the "awakeFromNib" methods?
Yes. If you think it through, it's logical: "init" is the
constructor. If you "alloc" and object but don't init it, it's
invalid. So, before you send any other messages to an object you must
have alloced and inited it.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.