首页 > 移动平台 > 详细

warning:This application is modifying the autolayout engine from a background thread

时间:2016-01-04 11:28:25      阅读:251      评论:0      收藏: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.

错误原因:在回调函数中或者后台线程中更新了UI界面,而UI界面必须是在主界面中才能进行修改

解决办法:

dispatch_async(dispatch_get_main_queue(), ^{

      <your code>

});

warning:This application is modifying the autolayout engine from a background thread

原文:http://www.cnblogs.com/peaceWang/p/5098164.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!