0
点赞
收藏
分享

微信扫一扫

ios 禁用导航手势侧滑返回

何以至千里 2021-09-29 阅读 66
iOS OC开发
   id traget = self.navigationController.interactivePopGestureRecognizer.delegate;
UIPanGestureRecognizer * pan = [[UIPanGestureRecognizer alloc]initWithTarget:traget action:nil];
[self.view addGestureRecognizer:pan];

举报

相关推荐

0 条评论