Changing UITableView's section header/footer title without reloading the whole table view

前端 未结 10 638
轮回少年
轮回少年 2020-12-03 04:47

Is there any way to reload the section header/footer of a table view without calling [tableView reloadData];?

In fact, I want to show the number of cel

10条回答
  •  清歌不尽
    2020-12-03 05:23

    Check the documentation for UITableView, or more specifically -reloadSections:withRowAnimation:

提交回复
热议问题