gpt4 book ai didi

ios - 在 ios 7 中更改 UIBarButtonItem 的背景颜色

转载 作者:行者123 更新时间:2023-12-01 15:56:11 26 4
gpt4 key购买 nike

我有一个带有正确 UIBarButtonItem 的 UINavigationBar。

如何只更改按钮的背景颜色(而不是文本)?

UIBarButtonItem *postButton = [[UIBarButtonItem alloc] initWithTitle:@"POST" style:UIBarButtonItemStylePlain target:self action:@selector(postButtonPressed:)];

// Changes text color
postButton.tintColor = [UIColor blueColor];

如何改变背景颜色?

最佳答案

使用 Storyboard或 XIB,您可以将 UIButton 直接添加到导航栏并更改 UIButton 背景颜色。

enter image description here

enter image description here

关于ios - 在 ios 7 中更改 UIBarButtonItem 的背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25479958/

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