This started to happen out of the blue. Any ideas: Code:
CUSTOMCLASSNAME (I have replaced the actual class name as it contains the name of the client.)
Initialis
Return [cell contentView] instead of cell from tableView:viewForHeaderInSection:
[cell contentView]
cell
tableView:viewForHeaderInSection:
EDIT: This somehow led to crashes on long-press gestures on UI Buttons. To fix that, I gave up and used another section with a single item as a fake section header.