Re: Values set in awakeFromInsert have gone missing.
Re: Values set in awakeFromInsert have gone missing.
- Subject: Re: Values set in awakeFromInsert have gone missing.
- From: Chris Suter <email@hidden>
- Date: Tue, 31 Jul 2007 15:37:30 +1000
+ (void)initialize {
[super initialize];
[snip]
That way MyClass's superclass will also be guaranteed to have its
+initialize invoked before any of MyClass's initialization code runs,
There's no need to do this as it's done automatically.
http://developer.apple.com/documentation/Cocoa/Reference/Foundation/
Classes/NSObject_Class/Reference/Reference.html#//apple_ref/occ/clm/
NSObject/initialize
- Chris
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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