我需要将背景图像添加到导航栏,我完成了代码,但它显示在状态栏下方。如何在导航栏上完全显示图像。(iOS 8)。
我用于导航栏背景图像的代码是
UIImage *navBarBackgroundImage = [UIImage imageNamed:@"NavigationBarImg"];
[[UINavigationBar appearance] setBackgroundImage:navBarBackgroundImage forBarMetrics:UIBarMetricsDefault];
[UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleLightContent;