Assertion failure 错误

错误提示:

Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:]

原因:
cellForRowAtIndexPath返回为nil

注意

return cell;

的位置

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