如何更改弹出框颜色框架?

发布于 2024-11-29 03:48:19 字数 156 浏览 0 评论 0原文

我会更改 ipad splitview 应用程序中的弹出框颜色。

因此,我将更改默认的蓝色:

在此处输入图像描述

例如,将其更改为红色。我该怎么办?

I would change the popover color in an ipad splitview application.

So I would change the default blue color:

enter image description here

in a red color for example. How can I do?

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

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

发布评论

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

评论(1

错々过的事 2024-12-06 03:48:19

遗憾的是,您无法按照文档实现这一点。

此处说明:iPad - 弹出框颜色

您可以做的就是设置横向模式的颜色如下:

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

Sadly you cannot achieve that as per documentation.

Stated here: iPad - Popover frame color

All you could do it to set the color for the landscape mode as follows:

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