gpt4 book ai didi

ios - 从 UITabBarItem 中删除渐变/光泽

转载 作者:行者123 更新时间:2023-11-29 03:51:57 26 4
gpt4 key购买 nike

我正在自定义UITabBar。我在 UITabBarItem 中使用了自定义图像。问题是元素上是否有渐变/光泽。我检查了苹果应用商店的 UITabBarItem 上没有任何这种光泽效果。如何从 UITabBarItem 中删除渐变?

最佳答案

您只需将清晰的图像作为“yourImage”,它可能会帮助您

[[UITabBar appearance] setSelectionIndicatorImage:[UIImage {yourImage}]]

编辑 我刚刚用谷歌搜索了一下,发现了很多类似的问题。您还可以尝试下面的行代码

[[UITabBar appearance] setShadowImage:[UIImage imageNamed:@"Tappbarimage.png"]];

您必须使用此 tabbarMethod setFinishedSelectedImage:withFinishedUnselectedImage: 自行将图像提供给 UITabBarItem .

除了用 UITabBar 的 selectedImageTintColor 改变渐变的颜色之外,没有其他方法可以影响它对图像的处理。外观属性。

关于ios - 从 UITabBarItem 中删除渐变/光泽,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16979121/

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