NSTimer
‘s -fire
, [timer fire];
is what you’re looking for.
That will fire/immediately call the timer dismissing the time delay.
NSTimer
‘s -fire
, [timer fire];
is what you’re looking for.
That will fire/immediately call the timer dismissing the time delay.