ios系统自带的左化返回上一级页面

首先遵循UIGestureRecognizerDelegate协议

    self.navigationController.interactivePopGestureRecognizer.enabled = YES;

    self.navigationController.interactivePopGestureRecognizer.delegate = self;

 

posted @ 2015-12-28 16:45  xiaolingling  阅读(1061)  评论(0编辑  收藏  举报