iOS 7 Status Bar Disappears After Playing a Video
问题 I'm not the only one who's having this kind of issue. Here's another one, Status bar height changes after playing a Youtube video. But I can't still find a way to solve this. I'm not using MPMoviePlayerController. I think I just have to use these codes; [[UIApplication sharedApplication] setStatusBarHidden:NO withAnimation:NO]; self.webView.frame = CGRectMake(0.0, 20.0, self.webView.frame.size.width, self.webView.frame.size.height); But it's not so working. Please see this images below.. At