标签: ios swift multithreading
网络通信结束并收到回复。那么,在不更新多个UI元素的情况下逐个更新UI元素的有效方法是什么?
答案 0 :(得分:0)
UI更新应在主队列
dispatch_async(dispatch_get_main_queue(), ^{ // update your UI });