gpt4 book ai didi

iphone - 如何更改 backBarButtonItem 的颜色?

转载 作者:行者123 更新时间:2023-12-03 19:03:18 25 4
gpt4 key购买 nike

在我的应用程序中,我想更改 bacBarButtonItem 的颜色。可以改变颜色吗?或者我必须放一张它的图像。如果是图像,请告诉我如何放置图像的代码。

最佳答案

如果您只想更改颜色,可以使用这行代码来完成。

[[UIBarButtonItem appearance] setTintColor:[UIColor redColor]];

将 redColor 替换为以下内容以调整按钮的颜色:

colorWithRed:0/255.0 green:144/255.0 blue:200/255.0 alpha:1.0// pick your color using this

请务必将其放入推送的 View Controller 中。不是您希望看到此后退按钮颜色的 View Controller 。

关于iphone - 如何更改 backBarButtonItem 的颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7497543/

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