I'm using a MPMoviePlayerViewController
to show a movie. I have set the MPMoviePlayerController
to fullscreen. Now I want to hide the status bar as soon as the fullscreen controls start to fade out and show the status bar if the controls are visible.
If I'm using a UIWebView
all this happens automatically. The status bar fades in and out together with the controls. How would you do that with a MPMoviePlayerController
?
Thanks for any help.