liangdrime / SwipeTableView

Both scroll horizontal and vertical for segment scrollview which have a same header. — 类似半糖、美丽说主页与QQ音乐歌曲列表布局效果,实现不同菜单的左右滑动切换,同时支持类似tableview的顶部工具栏悬停(既可以左右滑动,又可以上下滑动)。兼容下拉刷新,自定义 collectionview实现自适应 contentSize 还可实现瀑布流功能
MIT License
2.29k stars 444 forks source link

请问楼主,为什么tableView的这个方法不执行了?-(CGFloat)tableView: heightForHeaderInSection: #69

Closed huangxuhui7 closed 7 years ago

liangdrime commented 7 years ago

这个应该跟SwipeTableView没有什么关系。建议检查下 tableview 的代理的设置。

另外,如果你的 tableview 的 style 是 plain 模式,需要设置SwipeTableView下拉刷新宏,否则 tableview 的contentInset会影响 section header 位置的显示;或者采用 tableview 的 group 模式。