0

I am using UITableViewdemo, I implemented heightForHeaderInSection and viewForHeaderInSection, but HeaderView is not visible.

Kampai
  • 22,848
  • 21
  • 95
  • 95

1 Answers1

1

Make sure that heightForHeaderInSection is implemented and a valid non-zero value is returned. This link will help you resolve this issue.

AnanthuKS
  • 21
  • 5