/ Published in: Objective C
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// start .. - (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay; // stop.. [NSObject cancelPreviousPerformRequestsWithTarget:yourTarget selector:aSelector object: anArgument];