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 的collectionview 添加MJRefreshHeader 下拉刷新回弹位置错误 #118

Open dfkb2000 opened 6 years ago

dfkb2000 commented 6 years ago

下拉刷新时,触发刷新的offsetY错误,并且刷新完毕之后,回弹位置异常

dfkb2000 commented 6 years ago

原来是自适应contentInset搞的鬼。 self.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;