会装系统的程序员


  • 首页

  • 归档

  • 分类

  • 标签

iOS禁止返回手势

发表于 2021-09-02   |   分类于 iOS

添加协议UIGestureRecognizerDelegate

在viewDidLoad里添加以下代码

1
2
3
id traget = self.navigationController.interactivePopGestureRecognizer.delegate;
UIPanGestureRecognizer * pan = [[UIPanGestureRecognizer alloc]initWithTarget:traget action:nil];
[self.view addGestureRecognizer:pan];
#iOS禁止返回手势
iOS UITableView reloadRowsAtIndexPaths 闪烁
iOS读取剪切板内容
  • 文章目录
  • 站点概览

294 日志
25 分类
294 标签
GitHub

此文章未包含目录


©   2024 会装系统的程序员
Powered by Hexo
Theme by idhyt.Mala
豫ICP备17029679号-1
豫公网安备41019702002741号