matthewcheok / MCPanelViewController

Drop-in panel control for iOS with blurring background and screen-edge activation gestures.
MIT License
324 stars 25 forks source link

Can I disappear the statusBar? #13

Closed say8425 closed 10 years ago

say8425 commented 10 years ago

Hello. I use this code, and it great works. But i want to disappear the statusBar of Panel

So I code [[UIApplication sharedApplication]setStatusBarHidden:YES; but it doesn't work. How can I disappear the statusBar? 2014-08-14 8 49 54

matthewcheok commented 10 years ago

See http://stackoverflow.com/questions/18059703/cannot-hide-status-bar-in-ios7