Is there any way to reload the section header/footer of a table view without calling [tableView reloadData];?
[tableView reloadData];
In fact, I want to show the number of cel
It worked for me to just reload the section with reloadSections on my table view
reloadSections