changsanjiang / SJFullscreenPopGesture

Fullscreen pop gesture. OC&Swift. It is very suitable for the application of the video player. Support `cocoapods`. 只需`pod`即可自带全屏返回手势. 支持pod. 支持OC&Swift.
MIT License
283 stars 38 forks source link

自己在禁用右滑返回手势时无效 #17

Open MQTwist opened 5 years ago

MQTwist commented 5 years ago

导航控制器分类里面UINavigationController+SJVideoPlayerAdd 有对右滑手势处理,导致我在禁用右滑手势时无效。

changsanjiang commented 5 years ago

你是想禁止所有页面的手势, 还是只想禁止某个的?