failed to obtain a cell from its dataSource

原因:

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

Debug方法:

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

参考:

http://stackoverflow.com/questions/34250595/failed-to-obtain-a-cell-from-its-datasource

    原文作者:MEalone
    原文地址: https://www.jianshu.com/p/48debcd1b4f2
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞