UITableView reloadData - how to stop flicker

后端 未结 1 1908
夕颜
夕颜 2021-01-27 06:05

I have a problem with UITableView flicker.

I have a hidden UITableView that I want to refresh before it\'s shown to the user. Doing so causes the tableview to b

1条回答
  •  甜味超标
    2021-01-27 06:36

    I've solved this.

    I need to remove the table view from the view hierarchy, reload the data, then put it back!

    0 讨论(0)
提交回复
热议问题