iOS子线程中建立主线程更新UI

建立主线程的方法 1.NSThreadweb [self performSelectorOnMainThread:@selector(updateUI) withObject:nil waitUntilDone:NO]; - (void)updateUI { // UI更新代码 } 2.NSOperationQueueasync [[NSOperationQueue main
相关文章
相关标签/搜索