Can I send argument with @selector in NSTimer? If I want to release NSTimer, are the following steps right in dealloc?
@selector
NSTimer
dealloc
That is the correct way to deallocate a timer that might still be running (and you want to stop).