标签: ios7 pan popviewcontroller
iOS 7为popViewController引入了pan手势。它介绍了我正在使用的侧边栏的问题,所以我想阻止ios7的这个新功能。我该如何取消这种行为?
提前致谢
答案 0 :(得分:2)
您可以使用yourNavigationController.interactivePopGestureRecognizer.enabled = NO;