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

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

        self.navigationController.interactivePopGestureRecognizer.delegate = nil;

    }

原文地址:https://www.cnblogs.com/madaha/p/4382270.html