gpt4 book ai didi

ios7 工具栏颜色褪色

转载 作者:行者123 更新时间:2023-12-02 12:13:57 24 4
gpt4 key购买 nike

在 iOS 7 中,如果我设置工具栏背景颜色,它会使用褪色版本的颜色,而不是实际颜色。起初我以为工具栏可能是半透明的(不是完全不透明),但这似乎不是问题。

即使使用黑色也只能得到浅灰色。

[topToolbar setBackgroundColor:[UIColor blackColor]];

我也尝试过:

[topToolbar setTranslucent:NO];

但这只会导致我的工具栏颜色被完全忽略。

有人知道如何让它只使用指定的颜色,没有任何奇怪的地方吗?

谢谢。

最佳答案

我以前不知道 setBarTintColor 方法,但这是完成此操作所需的方法。

[topToolbar setBarTintColor:[UIColor blackColor]];
[topToolbar setTranslucent:NO];

关于ios7 工具栏颜色褪色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18970143/

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