ios7 以上 NavgationController手势返回(出栈)

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

        self.navigationController.interactivePopGestureRecognizer.delegate = nil;

    }

posted on 2015-03-31 22:31  马大哈哈  阅读(132)  评论(0)    收藏  举报

导航