禁止navigationController手势回退

self.navigationController.interactivePopGestureRecognizer.enabled = false;
    self.navigationController.interactivePopGestureRecognizer.delegate = nil;

 

posted @ 2015-06-29 10:18  苏糊  阅读(327)  评论(0)    收藏  举报