我正在开发iOS8 App Extension(照片编辑扩展)
我尝试过这些方法来更新导航栏颜色,但是失败了:
[[UINavigationBar appearance] setBarTintColor:[UIColor yellowColor]];
[[UINavigationBar appearance] setTintColor:[UIColor blueColor]];
[[UINavigationBar appearance] setBackgroundColor:[UIColor blueColor]];
Run Code Online (Sandbox Code Playgroud)
它显示默认的半透明灰色导航栏.

有没有人知道如何更改iOS8扩展中的导航栏颜色?