UITableViewCell content flickers while reloading cells individually

前端 未结 5 1168
余生分开走
余生分开走 2021-02-08 13:25

I have a table view linked to a NSFetchedResultController (i.e. loading data and also tracking changes to data is bound to the FRC)

I\'m not using Auto

5条回答
  •  梦毁少年i
    2021-02-08 13:58

    Removing rowHeightAtIndexPath method will solve this Issue. make sure you have set some fixed height to the table cell in the story board.

提交回复
热议问题