最佳答案
在我的 iPhone 应用程序中,我使用下面的函数在一些延迟之后做一些事情
- (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay;
有什么方法可以取消这个性能选择器并在延迟之后停止执行某些操作吗?