如何更改选项卡项目的突出显示颜色?
我正在尝试更改 tabBarItem 的突出显示颜色,就像 Viber 应用程序一样。我不想改变所有栏的颜色,只想改变突出显示的颜色。
我在这里阅读了很多帖子,但没有一个解释如何仅进行此修改。
有人知道该怎么做吗?有很多应用程序都可以自定义颜色!
I am trying to change the highlighted color of the tabBarItem just like the Viber app does. I don't want to change the color of all the Bar, just the highlighted color.
I have read a lot posts here, but none of them explained how to do only this modification.
Does someone know how to do this? There is many apps that have customized colors!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
目前,在 iOS4 中,标准 UITabBar 无法进行此类自定义。大多数具有自定义 UITabBar 的应用程序实际上都是创建自己的。查看CocoaControls,了解一些您可以使用的第三方解决方案。
Currently, with iOS4, this type of customization is not possible with a standard UITabBar. Most applications that have customized UITabBars actually create their own. Check out CocoaControls for some drop in third-party solutions you could use.
您是否尝试过:
该代码最初为 tabBar 创建一个背景视图并将其颜色设置为红色。
Have you tried:
That code initially creates a background view for the tabBar and sets it's colour to red.