SlideMenuControllerSwift
SlideMenuControllerSwift copied to clipboard
Status bar disappearing on contentViewScale = 1
Hi, Great pod!
I've set SlideMenuOptions.contentViewScale = 1
because I don't want my content view to change it's size when the menu is opened. But once I do that, the status bar no longer appears.
If I use a number smaller than 1, then the status bar can be seen again.
shows with 0.9:
does not show with 1.0
I'd like to use 1 as the scale, and still be able to see the status bar behind my left menu, on top of my content view.
Thanks
it's always disappearing on my tests and I also need this. In my opinion it's not look nice why to disappear status bar information?
Did you try SlideMenuOptions.hideStatusBar = false
?