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

STCollectionView的sectionheaderView 也需要停留的写法 #70

Open vvkeep opened 7 years ago

vvkeep commented 7 years ago

我继承STCollectionViewFlowLayout 之后写组头悬浮,也没效果,不知道自定义,可否给个demo

liangdrime commented 7 years ago

很抱歉没有 demo。STCollectionViewFlowLayout的继承需要按照一定要求写,文档中有写

STCollectionViewFlowLayout 解决的主要是能给 collectionview 增加一个顶部 headerview。如果你自己自定义的 layout 也能解决这个问题,可以不用 STCollectionViewFlowLayout。

另外,如果可以处理好 contentInset 的话,master 版本尝试不设置宏、3.x 分支才采用默认配置,这样顶部的公共 header 会采用 collectionview 的 contenInset.top 的值。这样可以不用 STCollectionViewFlowLayout