I am using UITableView
demo, I implemented heightForHeaderInSection
and viewForHeaderInSection
, but HeaderView is not visible.
Asked
Active
Viewed 404 times
0

Kampai
- 22,848
- 21
- 95
- 95

user2206123
- 1
- 1
-
2Can you share the code that you have write? – Syed Qamar Abbas Dec 09 '16 at 09:36
-
Yes, need to see code. – Amanpreet Dec 09 '16 at 09:46
-
@SyedeHussaini Thank you very much,yesterday I find the bug 。Because I forget to write 'self.tableView.delegate=self' – user2206123 Dec 13 '16 at 06:06