方法延遲執行的調用和取消

// - 對象方法 延遲2秒後調用 self 的 run 方法 orm [self performSelector:@selector(run) withObject:nil afterDelay:2];對象 // - 類方法 取消以前調用的 self 的 run 方法 get [[self class] cancelPreviousPerformRequestsWithTarget:self s
相關文章
相關標籤/搜索