美文网首页
自定义返回按钮侧滑返回失效

自定义返回按钮侧滑返回失效

作者: alohasingle | 来源:发表于2016-12-13 11:37 被阅读0次

    在b控制器中加入

    self.navigationController.interactivePopGestureRecognizer.delegate= (id)self;

    self.navigationController.interactivePopGestureRecognizer.enabled=YES;

    - (void)viewDidAppear:(BOOL)animated

    {

    [super viewDidAppear:animated];

    self.navigationController.interactivePopGestureRecognizer.enabled = NO;}

    相关文章

      网友评论

          本文标题:自定义返回按钮侧滑返回失效

          本文链接:https://www.haomeiwen.com/subject/shovmttx.html