xcode7 ios9 处理警告 This application is modifying the autolayout engine from a background thread, which can lead to engi

 

使用Xcode7后控制台报,This application is modifying the autolayout engine from a background thread, which can lead to engi....,

字面意思很简单,就是把需要更新UI的代码放在的主线程就好了,个人测试Xcode7中在子线程中更新使用autolayout布局的UI会报此错误,那么还不赶紧检查你的项目里用到的SDWebImage是不是在子线程里更新使用了autolayout布局的imageview?

posted @ 2015-12-11 15:24  dzldzl  阅读(168)  评论(0)    收藏  举报