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
Check the documentation for UITableView, or more specifically -reloadSections:withRowAnimation:
-reloadSections:withRowAnimation: