1

When I open the MFSideMenu the status bar doesnt change color to black and the text color to white in iOS7. I have set UIViewControllerBasedStatusBarAppearance to YES and NO and both dont change the status bar color.

enter image description here

Encore PTL
  • 8,084
  • 10
  • 43
  • 78
  • Check out this [solution][1] I think it will help. [1]: http://stackoverflow.com/questions/19010500/ios7-side-menu-status-bar-color-transition-as-in-the-ios7-facebook-app – M.Alatrash Oct 12 '13 at 21:12

2 Answers2

1

I have a similar problem. I did a little workaround by adding 20px light gray view at the top of right view controller. It is not a solution but looks better.

pawel_d
  • 487
  • 5
  • 9
  • This is an old answer. From what i remember you can just added this view trough interface builder. Now i think there are some better libraries eg: ECSlidingViewController or RESideMenu. – pawel_d Jan 15 '15 at 08:44
1

You can check out code at: https://github.com/ryuichisaito6/MFSideMenu/commit/50bc3c1a5eec0dfb3c97621dd0f43f6e0ac70a20 "Darken status bar background color when side menu opens"

Tran Trung Hieu
  • 191
  • 2
  • 5