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

3.0 demo在iPhone X 模拟器上刷新之后都有偏差,能不能完善一下demo #94

Closed UknowHui closed 6 years ago

conversun commented 6 years ago

修复很简单的, 我这里兼容了

https://github.com/didez/SwipeTableView/tree/3.0

// 目前使用 pod 'SwipeTableView', :git => 'https://github.com/didez/SwipeTableView.git', :branch => '3.0'

UknowHui commented 6 years ago
1
liangdrime commented 6 years ago

之前做了 iOS11的兼容,后来忘了怎么把代码注释后,一块跟着 readme 的修改提交了。现在做了重新编译处理