美文网首页
iOS开发禁用翻页手势

iOS开发禁用翻页手势

作者: 码农冰冰 | 来源:发表于2019-10-21 11:27 被阅读0次

小说APP中涉及到了自动阅读功能,翻页手势需要禁用下面两中controller禁用的方法:
平移效果以及无效果在网上找的别人封装的第三方:

    _coverController.gestureRecognizerEnabled = NO;

苹果系统自带的UIPageViewController

self.pageViewController.dataSource = nil;

相关文章

网友评论

      本文标题:iOS开发禁用翻页手势

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