iOS app运行时报错:更新UI出错
2018-05-29 本文已影响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控件(控制器)的创建也需要在主线程里更新
相册选器