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

Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:]

时间:2015-06-05 17:29:21      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:

今天做一个tableView动态单元格遇到一个这么个问题。
 Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:], /SourceCache/UIKit_Sim/...
因为
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath     *)indexPath
这个函数的返回值是个null!!!
原因是ID没有配置正确我在custom Class下面配置了identity ID 应该在TableView Cell 下面配置identifier 为指定ID
identity 身份
identifier 标识

Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:]

标签:

原文地址:http://www.cnblogs.com/zhangdashao/p/4554928.html

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