gpt4 book ai didi

ios - 无法将模拟指标设置为更改

转载 作者:行者123 更新时间:2023-12-01 17:59:48 24 4
gpt4 key购买 nike

我有一个 UIViewController 与一个 UITableViewController 相连,它本身嵌入在一个 UINavigationController 中。

在 Utilities 检查器的 Attributes Pane 中,我已将 Top Bar 设置为 Translucent Black Navigation Bar(在 Simulated Metrics 下)。

这在 UITableViewController 中工作得很好,但我在 UIViewController 中的 View 在导航栏后面滑回,如 here 所述所以我想我会尝试将 Utilities inspector > Attributes pane > Simulated Metrics > Top Bar 的默认设置更改为 Black Navigation Bar。

没用。似乎我无法推断任何模拟指标。

最佳答案

只是为了检查您的理解......模拟指标就是状态栏/标签栏等在界面生成器中的显示方式。这些不会影响正在运行的应用程序。

更改状态栏类型最简单的地方是在目标的 info.plist 中:

enter image description here

要以编程方式更改它,只需使用:

[UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleBlackOpaque;

更改导航栏样式
self.navigationController.navigationBar.barStyle = UIBarStyleBlackOpaque;

关于ios - 无法将模拟指标设置为更改,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11966222/

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