我见过很多人这样做:
[[UIToolbar appearance] setBackgroundImage:toolBarImage forBarMetrics:UIBarMetricsDefault];
对我来说它不起作用,因为我的应用程序崩溃并说:
-[_UIAppearance setBackgroundImage:]: unrecognized selector sent to instance 0xab8fe80
我已经研究并发现 UIAppearance 仅在 ios 5 之后可用,但我的模拟器是 6.1,我的 iPhone 也是。我也用有效的 NavigationBar 做到了这一点。
希望你能帮助我:) 非常感谢!!