/ Published in: Objective C
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// Create a timer that call taskToUpdate every 1.0 sec // Stop the timer if it's running // (no way to "stop it" and "run it back", you must "kill it" and "recreate it") if([timer isValid]){ [timer invalidate]; timerAffcheur = nil; }