gpt4 book ai didi

iphone - 如何处理不在 UINavigationController 堆栈顶部的 UIViewController 的旋转?

转载 作者:行者123 更新时间:2023-12-03 21:20:17 26 4
gpt4 key购买 nike

我有一个根 UIViewController (VC1),位于 UINavigationController 内,它通过在 willRotateToInterfaceOrientation: 方法中手动调整其 View / subview 框架来处理旋转。如果根 UIViewController 是事件 View Controller (基本上位于堆栈顶部),则旋转效果很好。

当我将另一个 UIViewController (VC2) 推到 NavigationController 上时,就会出现问题。然后我旋转 VC2,效果很好。然而,当我弹出 VC2 时,问题是 VC1 没有旋转到正确的方向,也没有调用它的 willRotateToInterfaceOrientation: 方法?调用了VC1中的shouldAutorotateToInterfaceOrientation:方法,仅此而已。

我的问题是我应该如何确保我的 UIViewController VC1 已针对这种情况的当前方向进行更新?

最佳答案

解决此问题的方法是检查 viewWillAppear: 以查看现在的方向是否与调用 viewDidDisappear 时不同。如果是这样,我调用代码来布局 View 。

要采用这种方法,首先将负责将 View 布局为 _layoutViews 的代码考虑在内,可以根据 viewWillAppear 以及 中的需要简单地调用它>willRotateToInterfaceOrientation:

关于iphone - 如何处理不在 UINavigationController 堆栈顶部的 UIViewController 的旋转?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5428936/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com