作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有侧菜单 Controller ,您可以在其中访问所有 Controller ,侧 Controller 。出于某种原因,当我从左到右拖动我的一个 View (实际上是典型的 View Controller )触摸它时,它会拖动并显示侧菜单 Controller 。请看一下:
如何防止这种行为?有什么 UIView 方法可以提供帮助吗?
我试过:
if ([self.navigationController respondsToSelector:@selector(interactivePopGestureRecognizer)]){
[self.navigationController.view removeGestureRecognizer:self.navigationController.interactivePopGestureRecognizer];
}
最佳答案
对于幻灯片菜单实现,我通常使用 framework(pod)
pod 'SWRevealViewController', '~> 2.3'
gesture on/off
,
tap on/off
.
关于ios - 防止 View 被拖到侧边菜单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36873420/
我正在创建自己的网站。使用无序列表制作我自己的标题 + 导航栏。 我遇到的问题是标题没有延伸到浏览器的边缘。唯一可行的方法是在 css“header”中使用。 position:absolute; 我
我是一名优秀的程序员,十分优秀!