I have a tableview which, when displaying more than X items, displays section headers:
When I delete the last item to go below X (and therefore remove the section headers), the header view heights get updated correctly but the views themselves are left sticking:
As soon as I start scrolling the tableview, they go away.
Any idea on how to fix this? (calling reloadData
obviously does, but seems like a nasty and unnecessarily expensive solution).