美文网首页
Assertion failure in - [UITableV

Assertion failure in - [UITableV

作者: 旷野独狼 | 来源:发表于2016-09-28 15:09 被阅读106次

    使用xib创建tableViewCell时报错

    2016-09-28 14:54:29.524 banban[13505:152626] *** Assertion failure in -
    [UITableView _dequeueReusableViewOfType:withIdentifier:], 
    /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3512.60.7/UITableView.m:6541
    

    导致该问题出现的原因,遇到过两种

      1. 在xib文件中有根tableViewCell同级的其他文件
    Paste_Image.png
    • 2 tableView注册cell时的identifier跟xib文件中设置的identifier不一致
    Paste_Image.png

    可能还有其他原因导致这个错误,欢迎补充指教

    相关文章

      网友评论

          本文标题:Assertion failure in - [UITableV

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