liangdrime / SwipeTableView

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

适配 iPhone X #89

Open no9xavier opened 6 years ago

no9xavier commented 6 years ago

使用 iPhone X 打开 demo 时,header 展示不全

no9xavier commented 6 years ago

3.0 版本

liangdrime commented 6 years ago

最新的提交,对于 iOS11的支持是header顶部位于屏幕最顶部

2017-10-13 11:29 GMT+08:00 no9xavier notifications@github.com:

3.0 版本

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Roylee-ML/SwipeTableView/issues/89#issuecomment-336340708, or mute the thread https://github.com/notifications/unsubscribe-auth/APh73GNqpCSof476z4mn-UWzXKckAsGPks5srtkfgaJpZM4P37cU .

yy342901 commented 6 years ago

更新了3.0,来回滑动会崩溃,怎么解决啊

liangdrime commented 6 years ago

是左右滑动还是上下滑动?能够提供下崩溃信息或者截图?

yy342901 commented 6 years ago

3.0,iOS11,左右滑动点两下就崩了,只能还原成以前的版本了 ,请问2.x的版本如何通过修改代码适配iPhoneX啊,在iPhoneX上面的header有问题,很郁闷,麻烦您看一下

liangdrime commented 6 years ago

最新的 master 提交 d79e724,适配了 iPhone X。

不过,还是建议使用3.0分支,目前主要维护3.0分支。3.0的实现方式也更科学。有什么问题希望能提供详细崩溃信息,以便能够及时解决🙃。