设置UINavigationBar的背景色没有效果?
对于大多数 iOS 小部件,我可以设置背景颜色。看来 UINavigationBar 不是这样的。 此外,我无法设置导航项(顶部项)的背景,因为它不响应 setBackgroundColor。
我怎样才能改变那个颜色? 谢谢。
For most iOS widgets I can set the background color. It appears that UINavigationBar is not this way.
Furthermore I cannot set the navigation item (top item)'s background as it does not respond to setBackgroundColor.
How can I change that color?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
最简单的方法是使用界面生成器:
Easiest way would be to use the Interface Builder:
您应该使用
setTintColor:
代替:希望这会有所帮助!
You should use
setTintColor:
instead:Hope this helps!
通过以下代码更改它:
Change it by following code: