简体   繁体   中英

UINavigationController swipeGesture in UISwipeView not working

I have a UINavigationController to navigate through my app. One UIViewController contains only an UIScrollView . Now the iOS7 back-gesture of the UINavigationController doesn't work, because of the scrollview pan gestures.

How can I solve this so that I can use the UINavigationController back gesture?

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

self.navigationController.interactivePopGestureRecognizer.delegate = self;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM