美文网首页
2019-11-19

2019-11-19

作者: 红色小星 | 来源:发表于2019-11-19 20:57 被阅读0次

Xcode 控制台打印报错信息:

reason: 'Modifications to the layout engine must not be performed from a background thread after it has been accessed from the main thread

解决办法:

DispatchQueue.main.async { // 刷新UI的代码放到主线程 }

相关文章

网友评论

      本文标题:2019-11-19

      本文链接:https://www.haomeiwen.com/subject/ppwgictx.html