有时候走代理方法无效,这样设置即可:
_tableView.sectionHeaderHeight = 35;
_tableView.sectionFooterHeight = 0.01;
设置TableView的header和footer
最新推荐文章于 2024-11-13 15:57:42 发布
有时候走代理方法无效,这样设置即可:
_tableView.sectionHeaderHeight = 35;
_tableView.sectionFooterHeight = 0.01;