How to stop NStimer event?

Viewed 73801

Possible Duplicate:
NSTimer doesn't stop

In my application I am using NStimer to call an animation function every 3 seconds. I want to stop this timer and called another event while the timer is still running. Is this possible?

2 Answers
Related