如何在某些视图上更改UINavigationBar背景图像但不是全部?

Ste*_*eve 1 iphone uinavigationbar uinavigationcontroller ios4 ios

我想将图像设置为UINavigationController背景,但我找到的大多数解决方案都会在导航栏中为应用程序中的所有视图应用背景.你能提供一些可能有用的代码吗?

感谢帮助,

斯特凡

iOS*_*iOS 6

这是为导航控制器设置背景图像的正确方法.这在ios 5中可用.

[navBar setBackgroundImage:[UIImage imageNamed: @"image.png"] forBarMetrics:UIBarMetricsDefault];
Run Code Online (Sandbox Code Playgroud)