0

Is it possible to have different color for navigation bar and status bar ? A solution other than this will help. I am looking for some default setting.
What I have tried is, assigning color to navigation bar in storyboard and then for status bar I tried this accepted answer.
But still the status bar has the same color as navigation bar.

Community
  • 1
  • 1
Nitish
  • 13,002
  • 23
  • 121
  • 243

2 Answers2

1

I've found a solution that works very well for me. You can use setBackgroundImage:forBarMetrics: method which sets the background image of the nav bar and does not affect on the status bar of your app. I hope this will help.

takatan
  • 51
  • 5
0

There is no way to change status bar background color from ios 7, it is always transparent.

Alternately, you can add a view with the background color you want, and add it to the top, with size as 20px.

Hope this help.

Nghia Luong
  • 794
  • 1
  • 5
  • 11