Closed andriyslyusar closed 9 years ago
I tried it with the sample project, and viewForHeaderInSection:
is successfully called.
Probably best to share a gist of all your implementation to see what's wrong.
Are you using inverted = true
?
Ignacio, thanks a lot for your time. It was my mistake in resetting delegate method by other controller.
I am trying to add custom section headers to tableView
My class
As a result tableView:viewForHeaderInSection: never get called. Do you have any ideas why it can happen?