TabBar 控制器选择颜色
有没有人实现过 TabBar 控制器应用程序,在选择选项卡项时它显示除灰色和蓝色之外的不同颜色?
谢谢
Is there any one who has implemented for the TabBar Controller application in which on selection of tab item it shows different colour other than gray and blue color?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用以下命令更改所选按钮的颜色
和使用以下命令更改选项卡栏背景颜色:
但仅限 iOS 5.0
You can change the selected button color with:
and the tabbar background color with:
but only iOS 5.0
正如我已经在这里发布的: 更改 iOS 7 上的选项卡栏色调颜色
有一种更简单的方法可以做到这一点。
只需打开文件检查器并选择“全局色调”。
您还可以在 Interface Builder 中设置应用程序的色调颜色。文件检查器的 Interface Builder Document 部分中的 Global Tint 菜单可让您打开“颜色”窗口或选择特定颜色。
另请参阅:
https://developer.apple.com /library/ios/documentation/userexperience/conceptual/TransitionGuide/AppearanceCustomization.html
As I already posted here: Change tab bar tint color on iOS 7
There is an much easier way to do this.
Just open the file inspector and select a "global tint".
You can also set an app’s tint color in Interface Builder. The Global Tint menu in the Interface Builder Document section of the File inspector lets you open the Colors window or choose a specific color.
Also see:
https://developer.apple.com/library/ios/documentation/userexperience/conceptual/TransitionGuide/AppearanceCustomization.html
试试这个:
记住,仅限 iOS5+。
Try this:
Remember, only with iOS5+.