我无法更改导航栏后退按钮的颜色。任何帮助?我自定义了UINavigationBar类,但我无法更改后退按钮的颜色。导航栏后退按钮颜色
UINavigationBar class code #import #import "UINavigationBar.h" @interface UINavigationBar (Category) { } .m file code - (void) drawRect:(CGRect)rect { [[UIImage imageNamed:@"top.png"] drawInRect:rect]; self.tintColor = [UIColor colorWithRed:38 green:65 blue:82 alpha:1]; }
我无法更改后退按钮的颜色。
+ 1谢谢你!!!其工作 – 2013-03-01 13:09:46