美文网首页
UITableView报错 *** Assertion fail

UITableView报错 *** Assertion fail

作者: 差不多先生__ | 来源:发表于2018-08-02 17:28 被阅读0次

Xcode崩溃报错:

Assertion failure in -[GODContactsTableView _configureCellForDisplay:forIndexPath:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3698.54.4/UITableView.m:9453

原因是在- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath方法里面没有成功return cell,或者return nil;

相关文章

网友评论

      本文标题:UITableView报错 *** Assertion fail

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