ios7去除手势滑动返回

if ([self.navigationController respondsToSelector:@selector(interactivePopGestureRecognizer)]) {

        self.navigationController.interactivePopGestureRecognizer.enabled = NO;

    }

  

posted @ 2014-08-04 11:22  _还是不懂  阅读(195)  评论(0编辑  收藏  举报