I already hide the status bar in my application using [[UIApplication sharedApplication] setStatusBarHidden:YES];
. But when I play movie then automatically it display the status bar on the top.
Does anyone knows that how to hide the status bar while playing movie.