Closed say8425 closed 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?
[[UIApplication sharedApplication]setStatusBarHidden:YES;
See http://stackoverflow.com/questions/18059703/cannot-hide-status-bar-in-ios7
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?