Hide the status while playing movie using MPMoviePlayerController
- by mobapps
Hi Friends,
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.
Thanks.