Hello everyone
I have a project in which I prefer only display full screen mode in one viewcontroller's view.
I used [[UIApplication sharedApplication] setStatusBarHidden:YES animated:YES]
to hide the status bar in the sub view controller.
The time display and battery icon disappeared, but there is a blank white block replaced statusbar.
I sticked on it for 2 days, still can not solve.
Welcome any comment.
Thanks
interdev