这里 错误的原因是因为没有加上以下代码:

if(cell == nil)
    {
        cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier] autorelease];

    }

 

转载于:https://www.cnblogs.com/penger/p/4354556.html

原文链接:https://blog.csdn.net/weixin_30342827/article/details/98203963

本站声明:网站内容来源于网络,如有侵权,请联系我们,我们将及时处理。

本博客所有文章如无特别注明均为原创。
复制或转载请以超链接形式注明转自起风了,原文地址《tableview 第一次可以查看tableview 当退出第二次却会出现Assertion failure in -[UITableView _configureCellForDisplay:for…
   

还没有人抢沙发呢~