警告提示: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>

});

最新文章

  1. 基于Composer Player 模型加载和相关属性设置
  2. IE兼容方法
  3. ScrollReveal.js – 帮助你实现超炫的元素运动效果
  4. MTK6515 android打版软件配置(DrvGen.exe 使用)
  5. 97. Interleaving String
  6. Coding girl一个老程序员谈到的一个女程序员的故事
  7. SQLite 入门教程(四)增删改查,有讲究
  8. Spring Task Scheduler - No qualifying bean of type [org.springframework.scheduling.TaskScheduler] is defined
  9. 1634: [Usaco2007 Jan]Protecting the Flowers 护花
  10. 通过分析HSL/HSB获取图片主色调
  11. Jetty - 教程
  12. dubbo服务暴露
  13. python redirect和render的区别
  14. hdu1569 莫比乌斯反演
  15. Window查看系统激活状态
  16. Android进程和线程(Android开发指南--译)
  17. $NOIp$前的日常
  18. C#.Net中操作XML方法一
  19. RabbitMQ安装与初始配置【转载】
  20. Windows下安装jenkins,关闭jenkins,修改jenkins端口号

热门文章

  1. Bootstrap做的HTML页面在本地IE打开正常,放到服务器上显示就不正常了
  2. Selenium_模拟淘宝登录Demo
  3. GO语言练习:网络编程 ICMP 示例
  4. python进阶学习三——第四天
  5. REST
  6. MySQL Command 常见命令
  7. app 尺寸
  8. spring security防御会话伪造session攻击
  9. javascript控制开始日期,和结束日期在同一个月
  10. 20145334 第五次 java 实验报告