Your -initWithCoder: have to call [super initWithCoder:coder].
Also, for consistency, both -initWithCoder: and -initWithFrame: should call the code that installs the timer.
KennyTM
2010-05-29 09:43:40
Your -initWithCoder: have to call [super initWithCoder:coder].
Also, for consistency, both -initWithCoder: and -initWithFrame: should call the code that installs the timer.