更改UITabBar中的突出显示颜色
我搜索了一些以前的帖子,说苹果不允许更改 UITabBar 的突出显示颜色。但我发现最近出现了一些具有不同突出显示颜色的新应用程序,例如 Viber。
如果允许,我需要什么代码才能更改颜色?
非常感谢。
I searched some pervious posts here said that changing the highlight color of UITabBar is not allowed by apple. But I found some new apps appear recently with different highlight color such as Viber.
If it is allowed, what code do i need in order to change the color?
Many Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 iOS 5 开始,选项卡栏上有一个 selectedImageTintColor 属性
UITabBar 类参考 - selectedImageTintColor
As of iOS 5 there's a selectedImageTintColor property on the tab bar
UITabBar Class Reference - selectedImageTintColor