Quote:
Originally Posted by Eagle11
Does anyone have any idea why the timer didn't work correctly or how to fix it?
|
Either you used a method that doesn't exist on the iPhone, or more likely you broke a memory management rule (released too soon, or forgot to retain).
Try adding breakpoint to the method called by your timer - make sure it's getting reached, and that all the variables contain what you expect.