简体   繁体   English

如何删除iOS标签页中的蓝色突出显示?

[英]How can I remove the blue highlight in a tab bar for iOS?

I've already been able to customize the gray shape that indicates what tab is selected, but how do I change the blue highlight to a different color or remove it completely? 我已经能够自定义指示选择哪个选项卡的灰色形状,但是如何将蓝色突出显示更改为其他颜色或将其完全删除呢? I'm building a tab bar with a very specific custom design, and this blue gloss has to go. 我正在建立一个具有非常特定的自定义设计的选项卡栏,并且这种蓝色光泽必须消失。

The UITabBar itself, won't allow you to modify it like this. UITabBar本身不允许您这样修改它。 My opinion would be to create your own custom TabBar. 我的意见是创建自己的自定义TabBar。 Look at this question for further informations: Really cool way to create custom UITabBar for iPhone app? 查看此问题以获取更多信息: 为iPhone应用程序创建自定义UITabBar的真正酷方法是吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM