美文网首页
iOS app运行时报错:更新UI出错

iOS app运行时报错:更新UI出错

作者: 程序猿李墨 | 来源:发表于2018-05-29 09:54 被阅读0次

报错信息如下:

This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes. This will cause an exception in a future release.

第一次调用会让用户选择:授权后会弹出相册选择器 (此时报上面的错)

第一次授权

此时 presentViewController 需要在main_queue 执行,包括UI控件(控制器)的创建也需要在主线程里更新

相册选器

相关文章

网友评论

      本文标题:iOS app运行时报错:更新UI出错

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