I have a class Foo that implements an +(void)initialize method. I also have a class that's a subclass of Foo. When I instantiate the subclass, the initialize method also gets called on Foo which I don't want. How do I prevent this?
Thanks.
self = [super init]in the subclassinitmethod?initializemethod, but if he is really referring toinit, then that is correct.