Reputation: 1
I am using UITableViewdemo, I implemented heightForHeaderInSection and viewForHeaderInSection, but HeaderView is not visible.
UITableView
heightForHeaderInSection
viewForHeaderInSection
Upvotes: 0
Views: 406
Reputation: 21
Make sure that heightForHeaderInSection is implemented and a valid non-zero value is returned. This link will help you resolve this issue.
Upvotes: 1