方法延迟执行的调用和取消

// - 对象方法 延迟2秒后调用 self 的 run 方法 orm [self performSelector:@selector(run) withObject:nil afterDelay:2];对象 // - 类方法 取消以前调用的 self 的 run 方法 get [[self class] cancelPreviousPerformRequestsWithTarget:self s
相关文章
相关标签/搜索