Bonway / BBGestureBack

🔥OC and Swift full screen return gesture🔥(纯OC 和 纯Swift编写,类淘宝、京东等全屏滑动返回效果)
https://blog.csdn.net/Bonway_Huang/article/details/50505975
458 stars 64 forks source link

右边侧滑退出的时候,有时候会出现当前页面的scrollView还能上下滑动的情况,是什么原因造成的呢? #9

Open 877209649 opened 5 years ago

877209649 commented 5 years ago

如题

Bonway commented 5 years ago

刚刚注意git,实在不好意思,git已更新。

具体解决在 BBNavigationController 类中 -> 53行oc中 - (BOOL)gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer 的方法中多了一层判断,之前的话直接return yes 用于(CollectionView嵌套tableview等等),现在都可以。

实在不好意思,自己马虎了,解决了多层问题,忘记了一层的状况,就更新了。