- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
推送的 Controller 越过当前 Controller 。
实际上,我已经连接到这个应用程序,它使用一个名为 MMUINavigationController 的子类,我确信当前的操作是“pushViewController:animated:”,这是我 Hook 的界面。
如何制作?
额外的,标准动画:
图3
推送 Controller 的导航栏
图4
最佳答案
这是一种解决方案:
对于最后一点,您可以添加平移手势识别器(建议)或简单地将导航 Controller 的 interactivePopGestureRecognizer 委托(delegate)设置为 nil:
self.navigationController?.interactivePopGestureRecognizer?.delegate = nil;
但请参阅此讨论以了解其含义:No Swipe Back when hiding Navigation Bar in UINavigationController
编辑:
满足要求的工作解决方案:只需在 viewWillAppear
中设置 navigationBarHidden
就可以了。
我在这里设置了一个示例演示:https://github.com/ldantona/NavigationBarExample
编辑 2:
刚刚找到这个库,它有什么帮助吗? https://github.com/MoZhouqi/KMNavigationBarTransition
The library can capture the background style of the navigation bar in the disappearing view controller when pushing, and when you pop back to the view controller, the navigation bar will restore the previous style, so you don't need to consider the background style after popping. And you also don't need to consider it after pushing, because it is the view controller to be pushed that needs to be considered.
希望对你有帮助
关于iOS UINavigationController push/pop cross horizontal cover 动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36002491/
我是一名优秀的程序员,十分优秀!