自定义 iPhone 应用程序的顶部栏

发布于 2024-09-25 08:16:40 字数 57 浏览 1 评论 0原文

是否可以自定义 iPhone 应用程序(而非网站)的顶栏?如果是这样,如何将背景颜色更改为橙​​色?

Is it possible to customise the top bar of an iPhone application (not a website)? If so, how can I change the background colour to orange?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

我们只是彼此的过ke 2024-10-02 08:16:40

如果您谈论的是最顶层的酒吧(带有 wifi 强度等),那么就不可能遵循 AppStore 规则。您只能将其更改为黑色。

然而,可以使用各种越狱工具,但是您无法将应用程序发布到应用程序商店。

If you are talking about the very top bar (with the wifi-strength etc) then it's impossible following the AppStore-rules. You can change it to black only.

It's however possible with various jailbreak-tools, but then you can't publish your app to app store.

时光沙漏 2024-10-02 08:16:40

所以,我猜你在这里可能谈论的是 UINavigationBarUIToolBar,但这并不重要,因为是的,你可以更改其中任何一个的颜色。

在 Interface Builder 中,选择 UINavigationBar(或 UIToolBar),然后在属性下查看“tint”。最初将设置为“默认”。然后,您可以选择任何颜色(甚至橙色!)作为色调,然后就可以了!

So, I'm guessing here you could be talking about a UINavigationBar or a UIToolBar, but that doesn't really matter because yes, you can change the colour of either.

In Interface Builder, select the UINavigationBar (or UIToolBar) and under properties look at "tint". This will be set to "default" initially. You can then pick any colour (even orange!) as the tint colour, and there you go!

倾城泪 2024-10-02 08:16:40

您可以使用导航栏的tintColor 属性来执行此操作。
我已经实施并检查了它。它的工作。

self.navigationController.navigationBar.tintColor=[UIColor orangeColor];

快乐编码...

You can do so by using the tintColor property of the navigation bar.
I have implemented and checked it. its working.

self.navigationController.navigationBar.tintColor=[UIColor orangeColor];

hAPPY cODING...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文