美文网首页
iOS禁止左滑

iOS禁止左滑

作者: 阿木小丸子 | 来源:发表于2018-08-09 11:40 被阅读0次

    id traget = self.navigationController.interactivePopGestureRecognizer.delegate;

        UIPanGestureRecognizer * pan = [[UIPanGestureRecognizer alloc]initWithTarget:traget action:nil];

        [self.view addGestureRecognizer:pan];

    相关文章

      网友评论

          本文标题:iOS禁止左滑

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