Re: self willChangeValueForKey: @"all keys"???
Re: self willChangeValueForKey: @"all keys"???
- Subject: Re: self willChangeValueForKey: @"all keys"???
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 27 Mar 2005 00:30:30 -0800
On Mar 27, 2005, at 12:15 AM, mmalcolm crawford wrote:
It doesn't in this case seem strictly necessary to call [self
class] throughout, but there are cases when the categories get
loaded first, and this might guard against any other dependencies.
Sorry, that came out wrong... the categories' load methods may get
called before the class's initialize method -- calling [self class]
*I think* ensures that the class's initialize method at least is
invoked before the remainder of the category's load method, in case
this is ever important to you. Someone who knows more about the
runtime will be able to offer better advice on this aspect, but see
also the documentation for +load (NSObject).
mmalc
_______________________________________________
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