gpt4 book ai didi

iphone - UINavigationController 导航栏在横向模式下不会缩小

转载 作者:行者123 更新时间:2023-12-03 19:42:22 25 4
gpt4 key购买 nike

我的导航 Controller 的导航栏在旋转到横向时不会改变高度。 alt text

看到它保持在 44 像素,而不是我认为的 34。

我该如何解决这个问题?

最佳答案

您必须将导航 Controller 作为 subview 直接添加到窗口中,否则不会自动工作。 (无需手动更改导航栏的框架。)

AppDelegate-[application:didFinishLaunchingWithOptions:] 方法应包含类似的内容

[window addSubview:self.yourNavController.view];


要获得自动工作的示例,您还可以在 XCode 中创建一个新的基于导航的应用程序,并添加始终返回 YES 的 RootViewController 的 shouldAutorotateToInterfaceOrientation: 方法的实现。

关于iphone - UINavigationController 导航栏在横向模式下不会缩小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4634438/

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