gpt4 book ai didi

objective-c - iOS 5 : Text Color for UIBarButtonSystemItemAdd

转载 作者:搜寻专家 更新时间:2023-10-30 19:58:05 24 4
gpt4 key购买 nike

我可以使用以下代码片段 (iOS 5+) 更改 UIBarButtonItem 的文本颜色:

NSMutableDictionary *attributes = [NSMutableDictionary dictionary];
[attributes setValue:[UIColor blackColor] forKey:UITextAttributeTextColor];
[[UIBarButtonItem appearance] setTitleTextAttributes:attributes forState:UIControlStateNormal];

不幸的是,这不会影响 UIBarButtonSystemItemAdd

有没有办法改变 UIBarButtonSystemItemAdd 的文本颜色?

最佳答案

使用 setTintColor。例如:

[downloadButtonItem setTintColor:[UIColor colorWithRed:247.0/255.0 green:247.0/255.0 blue:247.0/255.0 alpha:1.0]];

关于objective-c - iOS 5 : Text Color for UIBarButtonSystemItemAdd,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11491415/

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