ios GCD的使用

dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 3 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{ NSLog(@"3秒後執行這個方法"); });
相關文章
相關標籤/搜索