延時執行某函數的方法

本文列舉了四種延時執行某函數的方法及其一些區別。假如延時1秒時間執行下面的方法。函數 - (void)delayMethod { NSLog(@"execute"); }spa 1.performSelector方法線程 [self performSelector:@selector(delayMethod) withObject:nil afterDelay:1.0f];orm 此方式要求必須在
相關文章
相關標籤/搜索