gpt4 book ai didi

ios - 返回前台时导航栏位置重置

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:14:42 28 4
gpt4 key购买 nike

我在 viewWillAppear 的第一个 ViewContoller 中设置了我的导航栏

self.navigationController.navigationBar.frame = CGRectMake(0.0, 64.0, self.navigationController.view.bounds.size.width, 44.0);

它让我在栏上方放置一个 Logo 。

但是当我将应用程序转到后台并返回时,导航栏位置重置为顶部。

我尝试了 addObserver 来捕获UIApplicationWillEnterForegroundNotification 并再次设置导航栏的框架。但它不起作用。

请帮忙,非常感谢。

最佳答案

您可以尝试更改 NavigationBar 的外观,它将反射(reflect)在整个应用程序中

[[UINavigationBar appearance] setFrame:];

如果你愿意,你可以改变它的背景图片

[[UINavigationBar appearance] setBackgroundImage:forBarMetrics:];

关于ios - 返回前台时导航栏位置重置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30883530/

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