mikefrederick / MFSideMenu

Facebook-like side menu for iOS
Other
1.17k stars 291 forks source link

prefersStatusBarHidden in leftMenuViewController #142

Closed sethdeckard closed 7 years ago

sethdeckard commented 10 years ago

Hi, Great control, I tried others and yours seemed to be the only one that properly handled supported orientations in the different child views.

I am running into one issue. In my leftMenuViewController (which is just a UIViewController) I am overriding prefersStatusBarHidden to return YES so the status bar will be hidden in my side menu.

However it doesn't appear to be working and the prefersStatusBarHidden method is never called on my leftMenuViewController.

Any ideas?

mikefrederick commented 10 years ago

@sethdeckard are you trying to hide the status bar when the side menu appears? And have it appear again when the side menu closes? I am just trying to understand your use case right now.

sethdeckard commented 10 years ago

I ended up using a different controller instead (for different reasons) but if I try this one again I'll let you know if I run into the issue again.

RishabhTayal commented 9 years ago

Any updates on this thing? @mikefrederick I am trying to do what you described.

sethdeckard commented 7 years ago

Sorry for the late response but I did a search of my iOS projects and I don't seem to be using this library anywhere at this point. I'm going to close the issue since I'm unable to provide additional helpful feedback now.