prevent ios7 pan gesture to pop view controller

烈酒焚心 提交于 2020-01-03 03:29:08

问题


iOS 7 has introduced pan gesture to popViewController. It introductes problems with the sidebar that I am using so I want to prevent this new function of ios7. How can I cancel that behaviour?

Thanks in advance


回答1:


You can use yourNavigationController.interactivePopGestureRecognizer.enabled = NO;



来源:https://stackoverflow.com/questions/18975060/prevent-ios7-pan-gesture-to-pop-view-controller

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!