將ios代碼在後臺(子線程)執行的兩種簡單方式

a.使用gcdasync    //切換到線程中執行             dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{                 // Do the work in background                 [[MyManager shareIn
相關文章
相關標籤/搜索