QuintGao / GKNavigationBarViewController

iOS自定义导航栏-导航栏联动
https://www.jianshu.com/p/577755d0d69a
MIT License
727 stars 130 forks source link

请教一个手势冲突的问题 #51

Closed Snail-hash closed 3 years ago

Snail-hash commented 3 years ago

image 请问一下签字区域通过touchesBegan、touchesMoved、touchesEnded封装的签名版怎么屏蔽在这个区域签字时左滑返回的手势和tableView的上下滚动

Snail-hash commented 3 years ago

现在在签字区域右滑直接返回了

QuintGao commented 3 years ago

可以在touchesBegan和touchesEnded里设置控制器gk_interactivePopDisabled属性,对手势返回进行处理