gpt4 book ai didi

ios - UITabBar.background 中褪色、苍白的背景颜色

转载 作者:可可西里 更新时间:2023-11-01 05:03:11 27 4
gpt4 key购买 nike

伙计们,我正在尝试自定义 UITabBar,但问题是当我在 UITabBar.background 中设置简单的绿色背景颜色时,结果不够好。就像背景上有东西。它看起来像: faded color

UITabBarController 是在 Storyboard中创建的,但我在代码中设置了背景颜色。这是 appDelegate:

TabBarController* bc=(TabBarController*)self.window.rootViewController;
bc.tabBar.backgroundColor=[UIColor greenColor];

如果我在背景和项目上设置图片 - 它们几乎不可见。我试过在 Storyboard的右侧栏中使用色调颜色,但都没有用。

最佳答案

在 iOS 8 中以编程方式创建 UITabBarController 背景色时,我遇到了类似的问题。问题是我在应该使用 barTintColor 时使用了 backgroundColor。试试这个。

TabBarController* bc=(TabBarController*)self.window.rootViewController;
bc.tabBar.barTintColor=[UIColor greenColor];

让我知道这是否适合您。

关于ios - UITabBar.background 中褪色、苍白的背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27179106/

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