美文网首页
UITableView _configureCellForDis

UITableView _configureCellForDis

作者: Matcha00 | 来源:发表于2017-08-03 15:55 被阅读87次

出现这种错误原因是(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath 返回cell为空

解决办法:
1.cell是否注册或者dequeueReusableCellWithIdentifier 设置不对
2.如果cell是nib自定义,可以查看xib中Identifier与代码中Identifier是否一致

相关文章

网友评论

      本文标题:UITableView _configureCellForDis

      本文链接:https://www.haomeiwen.com/subject/gpuplxtx.html