
2556B03D-9F06-448D-BB24-DABA16F5622D.png
问题分析
原因是在- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath方法里面没有成功return cell,或者return nil;了
原因是在- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath方法里面没有成功return cell,或者return nil;了