ipup / PPRevealSideViewController

A new container controller to easily push views on side like Path or Facebook
www.ipup.pro
Other
821 stars 194 forks source link

can't hide status bar in side view controller #114

Closed PadrePedro closed 9 years ago

PadrePedro commented 10 years ago

I cannot hide the status bar on the side view controller to hide (note white status bar at top).

image

I've tried calling: [[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation:NO];

Setting this:

Am I doing something wrong? Thanks.

ipodishima commented 9 years ago

I don't see how you can do this, except using the option to slide the status bar along with the center controller. But this is a trick I introduced (status bar screenshot)

[_revealController resetOption:PPRevealSideOptionsiOS7StatusBarFading];
[_revealController setOption:PPRevealSideOptionsiOS7StatusBarMoving];