-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
当tableView cell包含轮播控件时,会出现手势冲突,左右滑动轮播tableView上下也会滑动。 #713
Comments
你好,你发给我的邮件已收到,看到邮件我会主动与你联系!谢谢!
|
我也遇到这个问题了,解决了吗 |
没有解决,可能作者没空吧 |
我自己试了,也没解决 |
开放出来,我可以处理掉,我只是不想每次更新了都去改一次源代码 |
怎么搞?兄弟 |
监控滚动时,滑动的角度大于45度(方位角为45°~145°及225°~315°),触发父级的UICollectionView/UITableView滚动isCanScroll=true,否则禁用isCanScroll=false;滚动结束,开启isCanScroll=true。 UICollectionView/UITableView 的嵌套吸顶是自己封装的,实现起来比较简单。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
能否把mainView的scrollViewDelegate回调开放出来,scrollViewWillBeginDragging,scrollViewDidEndDecelerating,让开发者监听到拖拽手势,处理手势冲突问题。
The text was updated successfully, but these errors were encountered: