1
votes

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

2
Check out this [solution][1] I think it will help. [1]: stackoverflow.com/questions/19010500/…M.Alatrash

2 Answers

1
votes

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.

1
votes

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