I have a UITableView where I want to force a refresh of just a specific section header row, not the data rows. For example, refresh the header for section 3. I know how to reloa
UITableView does *not have any such method to reload only the header view/title ...You have to reload the whole section or the table.