搜索
您的当前位置:首页正文

failed to obtain a cell from its

来源:二三娱乐

原因:

UITableView没有找到重用的Cell,CellForIndex返回了nil。

Debug方法:

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath的方法最后返回的地方打个断点。

参考:

Top