美文网首页
禁止单个uiviewController 右滑退出

禁止单个uiviewController 右滑退出

作者: 三米板 | 来源:发表于2021-03-18 15:50 被阅读0次

//禁止单个uiviewController 右滑退出

id target = self.navigationController.interactivePopGestureRecognizer.delegate;
    UIPanGestureRecognizer *pan = [[UIPanGestureRecognizer alloc] initWithTarget:target action:nil];
    [self.view addGestureRecognizer:pan];

相关文章

网友评论

      本文标题:禁止单个uiviewController 右滑退出

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