Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:]

来源:互联网 发布:网易新闻 推荐算法 编辑:程序博客网 时间:2024/06/06 20:39
崩溃这个原因是因为没有找到你自定义的cell;
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath     *)indexPath这个函数的返回值是个null!!
0 0
原创粉丝点击