gpt4 book ai didi

iphone - 导航栏中的按钮颜色 - iPhone

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

如何将此黄色按钮的色调设置为灰色?我尝试过添加图像,但没有成功。

这是屏幕截图:

alt text

这是我当前的代码:

- (id)initWithStyle:(UITableViewStyle)style {
if (self = [super initWithStyle:style]) {

UIBarButtonItem *addButton = [[UIBarButtonItem alloc]
initWithTitle:NSLocalizedString(@"Settings", @"")
style:UIBarButtonItemStyleDone
target:self
action:@selector(GoToSettings)];
[addButton setImage:[[UIImage imageNamed:@"bg_table.png"] retain]];

self.navigationItem.rightBarButtonItem = addButton;
self.navigationItem.hidesBackButton = TRUE;
self.view.backgroundColor = [UIColor blackColor];
}
return self;
}

最佳答案

self.navigationItem.rightBarButtonItem.tintColor = [UIColor colorWithRed:0.1f green:0.66f blue:0.26f alpha:0.7];

关于iphone - 导航栏中的按钮颜色 - iPhone,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1340639/

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