gpt4 book ai didi

ios7 - UIToolbar setBackgroundColor 没有完全改变颜色

转载 作者:行者123 更新时间:2023-12-03 07:28:44 25 4
gpt4 key购买 nike

我正在尝试设置 UIToolBar 的背景颜色。我尝试从 IB 的属性检查器中选择颜色,并尝试通过 setBackgroundColor:[UIColor ...] 以编程方式设置它。

两种解决方案都有效,但只是部分有效:颜色与白色混合了大约 50%,并且工具栏非常浅...不显示我实际选择的颜色,而是显示它的浅得多的版本。

我怎样才能拥有我选择的实际颜色的UIToolBar?解决起来可能很简单,但是我找不到方法,网上也找不到答案。

最佳答案

在您的viewDidLoad中写入以下代码

self.navigationController.toolbar.barTintColor = [UIColor redColor];

它将设置红色作为您的工具栏背景。

引用链接 https://web.archive.org/web/20160321155823/https://developer.apple.com/library/ios/documentation/userexperience/conceptual/TransitionGuide/Bars.html#//apple_ref/doc/uid/TP40013174-CH8-SW5

他们在其中说使用 barTintColor 为栏背景着色enter image description here

关于ios7 - UIToolbar setBackgroundColor 没有完全改变颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19401507/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com