Preload cells of uitableview

前端 未结 5 1032
逝去的感伤
逝去的感伤 2021-02-20 15:10

I acknowledge that UITableview load dynamically a cell when user scrolls. I wonder if there is a way to preload all cells in order not to load each one while scrolling. I need t

5条回答
  •  南笙
    南笙 (楼主)
    2021-02-20 15:44

    Change the dequeueReusableCellWithIdentifier when you are reusing the table view otherwise it will load the old data

提交回复
热议问题