In my iPhone app, i'm using the following function to do something after some delay
- (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay;
Is there any way to cancel this performSelector and stop doing some thing after the delay?