码迷,mamicode.com
首页 > 其他好文 > 详细

UITableView _configureCellForDisplay:forIndexPath: crash

时间:2015-02-02 23:16:51      阅读:313      评论:0      收藏:0      [点我收藏+]

标签:ios   storyboard   custom cell   crash   

Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:], /SourceCache/UIKit/UIKit-3318.16.21/UITableView.m
有时候用storyboard做uitableview会遇到这种bug,首先呢,你要检查下,自己写得cellide与storyboard里的cell的cellIde是否对应技术分享

如果不是这个地方,那就有可能是

技术分享

这个地方,看是不是被别人设置为static cell了,如果要用cellForRowAtIndex对cell进行复用的话,一定要用动态的,当然,如果你的cell只用一次,那你就用static cell吧,这样,numberofsection这些都省了

UITableView _configureCellForDisplay:forIndexPath: crash

标签:ios   storyboard   custom cell   crash   

原文地址:http://blog.csdn.net/dauihiy/article/details/43413173

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