如何自定义标签栏按钮和标签栏选定的颜色?

发布于 2024-09-13 21:06:59 字数 56 浏览 3 评论 0原文

我想要自定义标签栏..不是灰色..如何自定义标签栏?如何更改选项卡栏选定的背景颜色(默认:蓝色)?

I want customize tab bar..Not a gray color..How to customize tab bar ? How to change tab bar selected background color (default: blue color)?

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

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

发布评论

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

评论(2

荭秂 2024-09-20 21:06:59

您要么使用私有API,这将导致您的应用程序被App Store拒绝
或者您编写自己的选项卡栏控件。

You either use private APIs, which will cause your app to be rejected from the App Store
or you write your own tab bar control.

我乃一代侩神 2024-09-20 21:06:59

在您的应用程序 deletegate.m 文件中尝试此操作

[[UITabBar appearance] setSelectedImageTintColor:[UIColor redColor]];

Try This in your app deletegate.m file

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