Can't invalidate, stop countdown NSTimer - Objective C
问题 Problem is to stop NSTimer, for some reason [Timer invalidate] just not working... Maybe my eyes are full of soap, but can't understand the reason why the timer didn't stop at 0, but go reverse counting -1, -2, -3 and so on...((( I'm using epoch numbers as destination date. One more thing - my button "IBAction stop" with [Timer invalidate] works just fine - when i push it in simulator timer stops... @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; Timer = [NSTimer