如何更改选定的UITabBarItem 文本颜色?
Possible Duplicate:
Setting text-color on selected tab bar item
Hello,
I'm programming in Objective C for iPhone. I wish change the text color of Tab Bar item when I pulse it. ¿Is this posible?
Thank you very much.
Regards.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将其添加到您的应用程序委托文件中 -
然后您可以为应用程序中的选项卡栏提供颜色,并使用此代码完成启动 -
Add this in your app delegate file -
and then you can give color to your tab bar in application did finish launcing with this code -
要做到这一点,您必须覆盖 UITabBarController 类,但如果您是新手,我不会在这方面做出任何努力。在 iOS 开发中,最好学习 iOS 指南,因为最后你的应用程序将被苹果审核并批准/拒绝。
To make it you must overwrite the UITabBarController class, but if you're newbie I wouldn´t make any effort on that. In iOS development it's better to learn the iOS guidelines, because at last your app will be reviewed an approved/denied by Apple.