码迷,mamicode.com
首页 > 移动开发 > 详细

ios7和ios6下Auto Layout still required after executing -layoutSubviews. UITableView's implementation of -layoutSubviews needs to call super.崩溃

时间:2014-11-17 19:18:51      阅读:245      评论:0      收藏:0      [点我收藏+]

标签:http   io   os   sp   strong   on   问题   代码   bs   

崩溃信息:

Terminating app due to uncaught exception ‘NSInternalInconsistencyException‘, reason: ‘Auto Layout still required after executing -layoutSubviews. UITableView‘s implementation of -layoutSubviews needs to call super.‘

系统:ios6&ios7  (ios8下面没事,不开启autolayout也没事)

 

查了半天,一直以为是自定义的tableview,没有调用super的layoutSubviews方法导致的崩溃,但是看了一圈,控制器里面没有自定义的tableview,而且在ios8下不会崩溃

然后就一点点查,后来发现是因为给tableview指定了backgroundView导致的,看下面的代码_bgImageView是从xib里面拖出来的

 _tableView.backgroundView = _bgImageView;

 

目前不知道导致该问题的根本原因是是什么,只知道是在ios6&ios7上开启autolayout并且给tableview指定的backgroundView是从xib中拖进来view,就会导致该崩溃

 

这里有个demo

http://pan.baidu.com/s/1o6qi65G

 

ios7和ios6下Auto Layout still required after executing -layoutSubviews. UITableView's implementation of -layoutSubviews needs to call super.崩溃

标签:http   io   os   sp   strong   on   问题   代码   bs   

原文地址:http://www.cnblogs.com/xyzaijing/p/4104157.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!