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

前端 未结 10 625
轮回少年
轮回少年 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:24

    It worked for me to just reload the section with reloadSections on my table view

提交回复
热议问题