Re: + (void) initialize not getting called
Re: + (void) initialize not getting called
- Subject: Re: + (void) initialize not getting called
- From: Jens Alfke <email@hidden>
- Date: Sun, 24 Jul 2011 14:02:32 -0700
On Jul 24, 2011, at 12:59 PM, Andy Lee wrote:
> Another thought -- is it possible you have a subclass of DBWord that implements +initialize and needs to call super?
+initialize methods shouldn’t call super. The runtime sends the message separately to each class in the hierarchy.
As to the original question — I don’t know why +initialize wouldn’t be called. The code looks OK to me.
—Jens_______________________________________________
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