How to stop NSTimer
Hello,
I got a NSTimer and I want to stop it by pushing a button.
FallTimer = NSTimer scheduledTimerWithTimeInterval:1 target:self selector:@selector(FallUpdate) userInfo:nil repeats:YES;
I am looking for something like:
FallTimer = False;
I got a NSTimer and I want to stop it by pushing a button.
FallTimer = NSTimer scheduledTimerWithTimeInterval:1 target:self selector:@selector(FallUpdate) userInfo:nil repeats:YES;
I am looking for something like:
FallTimer = False;
Mac Mini, Mac OS X (10.5.4)