gpt4 book ai didi

swift - 跳转到导航 Controller 时IOS显示状态栏 swift 3

转载 作者:行者123 更新时间:2023-11-30 12:51:52 25 4
gpt4 key购买 nike

我将导航 Controller 链接到我的 UIviewcontroller,如下所示:

enter image description here

当我登录时状态栏显示:

enter image description here

当我从另一个 View Controller 返回跳转到导航 Controller 时,使用方法如下:

let loginPageController=self.storyboard?.instantiateViewController(withIdentifier: "navLoginController") as! UINavigationController

UIApplication.shared.statusBarStyle = .default
self.present(loginPageController, animated:true, completion: nil)

状态栏消失了。

enter image description here

有人能解决吗?

最佳答案

1- 在 appDelegate didFinishLaunchingWithOptions 函数中添加此行。

application.isStatusBarHidden = false

2-并在 info.plist 文件中添加此键。查看基于 Controller 的状态栏外观 -> 是

状态栏永远不会隐藏

关于swift - 跳转到导航 Controller 时IOS显示状态栏 swift 3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40862557/

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