淺談iOS延遲執行的幾種方式以及比較

1、performSelector方法:async [self performSelector:@selector(delayMethod) withObject:nil afterDelay:1.0f];spa 1.特色: 此方式要求必須在主線程中執行,不然無效。 是一種非阻塞的執行方式, 暫時未找到取消執行的方法。線程 2、定時器:NSTimer:orm [NSTimer scheduledT
相關文章
相關標籤/搜索