iOS GCD子線程調用主線程刷新

__weak __typeof(self) weakself= self; dispatch_async(dispatch_queue_create(0, 0), ^{ // 子線程執行任務(好比獲取較大數據) dispatch_async(dispatch_get_main_queue(), ^{ // 通知主線程刷新 神馬的
相關文章
相關標籤/搜索