标签:
self.navigationController.interactivePopGestureRecognizer.delegate = (id)self; |
提示:如果多个页面跳转这个方法写在viewwillappear方法中设置代理
[self.navigationController.interactivePopGestureRecognizer addTarget:self action:@selector(handleGesture:)];
|
iOS8 导航NavigationController 右滑手势问题
标签:
原文地址:http://www.cnblogs.com/xiezefeng/p/4428920.html