jasnig / ZJScrollPageView

网易新闻, 腾讯视频, 头条 等首页的滑块视图联动的效果OC版的简单方便的集成, 滑块 segmentVIew, scrollViewController(Providing an easy way to reach the effect that "the segment scrolls with the content")
MIT License
1.11k stars 197 forks source link

建议优化 #2

Closed zhangyandong closed 8 years ago

zhangyandong commented 8 years ago

为了实现点击状态栏可以滚动到顶部,建议在 ZJContentView.m 225行添加 “collectionView.scrollsToTop = NO;”

ZJScrollSegmentView.m 551行 添加 “scrollView.scrollsToTop = NO;”

jasnig commented 8 years ago

多谢提示, 已经增加