gpt4 book ai didi

iphone - iOS UITabBar : Remove top shadow gradient line

转载 作者:IT王子 更新时间:2023-10-29 07:39:43 26 4
gpt4 key购买 nike

我实现了一个自定义的 UITabBar,我仍然在它上面有这个渐变/阴影。我加了

[self.tabBar setBackgroundImage:[UIImage imageNamed:@"navBarBottom.png"]];

这只是改变背景但保持阴影渐变。

我做错了什么?有什么要指定的来摆脱它吗?

我有什么:

top shadow

我想要什么:

without shadow

谢谢。

最佳答案

this question 的回答类似...如果您不想弄乱任何类型的 1x1 透明图像,那么这项工作也是如此:

[[UITabBar appearance] setBackgroundImage:[[UIImage alloc] init]]; 
[[UITabBar appearance] setShadowImage:[[UIImage alloc] init]];

迅速:

UITabBar.appearance().shadowImage = UIImage()
UITabBar.appearance().backgroundImage = UIImage()

关于iphone - iOS UITabBar : Remove top shadow gradient line,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14371343/

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