-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于侧滑返回手势 #25
Comments
我也遇到这个问题了,怎么解决的 |
这个问题不解决么。 |
demo 中已提供了相应的侧滑返回手势处理方法 |
没有效果啊?楼上的是怎么解决的啊 |
我也遇到相同问题,FDFullscreenPopGesture 也没有办法解决。 |
我是把collectionView的panGestureRecognizer传了出来
|
嗨,self.pageContentCollectionView.panGestureRecognizer 你是在collectionView的哪个地方传出来了呢? |
给SGPageContentCollectionView加个属性panGestureRecognizer
|
完美,谢谢楼上,✨✨ |
也可以不用新增属性传出,我是遍历SGPageContentCollectionView的subviews,取的子scrollview的panGestureRecognizer属性直接设置的。有效。✅ |
1.给 实现文件里写个get方法
2.然后设置 3.在ViewController的代理中添加如下代码:
OK 解决了 |
应该是将pop返回手势屏蔽掉了,可否打开而不引起手势冲突
The text was updated successfully, but these errors were encountered: