Skip navigation.
 
mlmy class initialize is being called multiple times
FROM : Graham
DATE : Thu Jun 08 21:49:18 2006

I have a class with a class initializer:

+ (void)initialize;

And it getting called multiple times (which is obviously causing 
problems for me).
How is this possible?
The class does have several subclasses, not that that should matter.

Related mailsAuthorDate
mlmy class initialize is being called multiple times Graham Jun 8, 21:49
mlRe: my class initialize is being called multiple times Allan Hsu Jun 8, 21:56
mlRe: Re: my class initialize is being called multiple times Graham Jun 8, 22:24