更改 UIBarButtonItem 颜色
这是一个非常简单的问题,我真的找不到答案!
所以好吧,默认情况下,如果我设置 UIToolbar 的tintColor,UIBarButtonItem 的颜色将是相同的。
我只想更改 UIBarButtonItems 的颜色并更改其文本的颜色。
有人知道如何做到这一点吗?
我真的不敢相信它是如此复杂,真的...更改 UIButton 属性是如此简单,我不明白为什么它与 UIBarButtonItem 不一样...
非常感谢!
This is a pretty simple question and I really can't find the answer!
So okay, by default if I set the tintColor of a UIToolbar, the UIBarButtonItem's colors will be the same.
I only want to change the colors of my UIBarButtonItems and also change their text's colors.
Is there anybody out there having an idea on how to do so?
I really can't believe it is so complicated, really... changing an UIButton properties is so easy, I can't see why it's not the same for an UIBarButtonItem...
Thanks so much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定您是否找到了答案。我是这样做的:
Not sure you found the answer. Here's how I do it: