我無法更改導航欄後退按鈕的顏色。任何幫助?我自定義了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