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
If the header is a custom UIView, then you can just call setNeedsDisplay on the UIView rather than on the UITableView.
UIView
setNeedsDisplay
UITableView