我使用[[UINavigationBar appearance] setBarTintColor:color];
更改了 iOS7 中的导航栏背景颜色,但未在 iOS6 中使用。
答案 0 :(得分:1)
尝试使用IOS 6:
[[UINavigationBar appearance] setBackgroundImage:[[UIImage alloc] init] forBarMetrics:UIBarMetricsDefault];
[[UINavigationBar appearance] setBackgroundColor:color];