gpt4 book ai didi

iOS - 如何删除选项卡栏中所选项目的突出显示

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

我正在自定义标签栏,并且我不使用标签栏项目的色调颜色突出显示我的项目。我不希望突出显示只是我为选项卡栏项目的 selectedImage 属性设置的图像。

现在是这个样子

enter image description here

我不希望我的图片以蓝色突出显示。我希望它只是我设置的图像。

请不要告诉我有关更改色调的信息。我在这里问的不是色调。

最佳答案

根据 init(title:image:selectedImage:) 的 UITabBarItem 文档初始值设定项:

By default, the actual unselected and selected images are automatically created from the alpha values in the source images. To prevent system coloring, provide images with alwaysOriginal

因此,在您的情况下:

let yourTabBarItem = UITabBarItem(title: yourTitle, image: yourImage.withRenderingMode(.alwaysOriginal), selectedImage: yourSelectedImage.withRenderingMode(.alwaysOriginal))

关于iOS - 如何删除选项卡栏中所选项目的突出显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46447208/

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