iOS 标签栏图标的默认 UIColor 是什么?
我正在正确更改选项卡栏图标颜色,但有时我需要返回到默认的蓝色。调色板中的默认蓝色是什么? UIColor“青色”和“蓝色”都不是!谢谢
colorIcon = [UIColor greenColor];
I am changing properly tabbar icon color but I need sometimes to go back to default blue one. Which is the default blue color from palette? UIColor "cyan" and also "blue" are not! Thanks
colorIcon = [UIColor greenColor];
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在更改选项卡栏图标的颜色之前,您可以保存当前颜色并使用该变量恢复原始颜色。
恢复原来的颜色:
Before you change the color of your tabbar icon, you could save the current color and use that variable to restore the original color.
Restore your original color:
仔细看,你会发现颜色实际上是用一些蓝色和一些浅蓝色甚至白色进行褪色的。
请参阅:
Look carefully and you will see that the color actually is a color-fade using some blue and some light blue or even white.
See this: