gpt4 book ai didi

iphone - 为我的应用程序中的所有 UIBarButtonItems 着色(MFMailComposer 等)

转载 作者:行者123 更新时间:2023-12-01 19:29:02 24 4
gpt4 key购买 nike

我使用协议(protocol)为我的应用程序创建了一个自定义导航栏:

@implementation UINavigationBar (CustomImage)
- (void)drawRect:(CGRect)rect {
UIImage *image = [UIImage imageNamed: @"navbar.png"];
[image drawInRect:CGRectMake(0, 0, self.frame.size.width, self.frame.size.height)];
}
@end

alt text

这很好用。我的应用程序中的所有工具栏现在看起来都很棒。但我也想要一种在我的工具栏中为我的 uibarbuttonitems 着色的方法。我可以设置每个按钮的色调颜色,但这不适用于预定义的项目,比如我的 mailcomposerview 中的项目等等。

有没有办法让我所有的按钮都染上颜色?就像我用我的导航栏做的那样。

最佳答案

您需要为导航 Controller 的 navigationBar 属性设置 tintColor。

关于iphone - 为我的应用程序中的所有 UIBarButtonItems 着色(MFMailComposer 等),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4059568/

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