gpt4 book ai didi

swift xcode - navigationitem.rightbarbuttonitem 不显示图像文字,尽管只是显示蓝色

转载 作者:行者123 更新时间:2023-11-30 12:22:17 24 4
gpt4 key购买 nike

just showing blue and not image literal

我的 rightBarButtonItem 仅显示蓝色而不是图像文字?

    NavigationItem.rightBarButtonItem = UIBarButtonItem(image: #imageLiteral(resourceName: "Contacts Book"), style: .plain, target: self, action: #selector(handleNewMessage))

最佳答案

我认为可以肯定地假设这不是具有透明背景的 png。

barButtonItems 采用 png 并用默认颜色蓝色填充每个现有像素。

您可以更改颜色,但我假设您不需要任何其他 block 来代替蓝色 block 。

您可以找到一种方法使其不是栏按钮项目,也可以编辑图像以去掉背景。

类似这样的事情:

enter image description here

比这样的效果更好:

enter image description here

关于swift xcode - navigationitem.rightbarbuttonitem 不显示图像文字,尽管只是显示蓝色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44654125/

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