ChavezChen / CWLateralSlide

One line of code to integrate 0 coupling side drawer!一行代码集成0耦合侧滑抽屉!
MIT License
1.28k stars 201 forks source link

覆盖在上面后,用手指滑动灰色区域关闭时LeftViewController会跳动一下 #1

Closed 809532119 closed 7 years ago

809532119 commented 7 years ago

覆盖在上面从左侧滑出时感觉手指滑动的距离和LeftViewController滑动的距离不一样,还有就是用手指滑动灰色区域关闭时LeftViewController会跳动一下,希望能解决一下!

ChavezChen commented 7 years ago

你好,滑动距离不一样那个是因为动画我用了先慢后快的效果,然后会跳动一下这个是iOS 11出现的问题,对比了其他的自定义modal动画(喵神的教程demo)也会跳动一下,目前正在找解决方案,感谢提醒。

ChavezChen commented 7 years ago

已经修改