Top "Nstimer" questions

An Objective C class for creating timer objects.

NSTimer crashes, when I call [Timer isValid] or [Timer invalidate]

I have two NSTimers in my iPhone app. DecreaseTimer works fine, but TimerCountSeconds crashes when I call [timerCountSeconds isValid] or […

iphone objective-c xcode crash nstimer
NSTimers running in background?

I was under the impression that NSTimer did not work at all after an application calls applicationWillResignActive. I seems however …

iphone objective-c cocoa-touch nstimer