UISavipeView中的UINavigationController swipeGesture无法正常工作

时间:2014-04-27 18:44:24

标签: ios objective-c uiscrollview uinavigationcontroller gesture

我有UINavigationController来浏览我的应用。一个UIViewController仅包含UIScrollView。现在由于scrollview平移手势,UINavigationController的iOS7后退手势无效。

如何解决这个问题,以便我可以使用UINavigationController后退手势?

1 个答案:

答案 0 :(得分:0)

解决了我的问题 - >添加viewDidLoad:

self.navigationController.interactivePopGestureRecognizer.delegate = self;