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

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