0

I've seen the Apple video where it explains that if you provide a 44p image for the UINavigationBar it will just set the background for that.

I've also search around and found this very useful post and What I am experiencing is his point number #5. Where even tho I've supplied the 44p image I sill see the status bar with a black background.

I was just wondering... if anyone has been able to find a work around so that the status bar is transparent showing the UIView Background?, I've tried everything I could think of and came across by but nothing seems to work.

I set the background view in my appDelegate

[[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"BlackBackground"] forBarMetrics:UIBarMetricsDefault];

This is how it looks

This is how i want it to look

Community
  • 1
  • 1
Jonathan Thurft
  • 4,087
  • 7
  • 47
  • 78
  • In iOS7 status bar background is provided by your app. There are some ways you can control it. You should refer to the documentation. – cahn Sep 23 '13 at 01:19
  • try for transparent, [self.navigationController.navigationBar setBarStyle:UIBarStyleDefault]; – karthika Sep 23 '13 at 04:47

0 Answers0