user2206123
user2206123

Reputation: 1

UITableView headerView not showing

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

Upvotes: 0

Views: 406

Answers (1)

AnanthuKS
AnanthuKS

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

Related Questions