SlideMenuControllerSwift icon indicating copy to clipboard operation
SlideMenuControllerSwift copied to clipboard

Status bar disappearing on contentViewScale = 1

Open hpbl opened this issue 6 years ago • 2 comments

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: 0 9

does not show with 1.0 1

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

hpbl avatar Apr 13 '18 15:04 hpbl

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?

nole87 avatar Apr 20 '18 14:04 nole87

Did you try SlideMenuOptions.hideStatusBar = false?

edwardmp avatar May 31 '18 23:05 edwardmp