IPhone SDK - how to hide and show the status bar together with the MPMoviePlayerController controls?

Here is what you need. ;) Someone asked a similar question. De StatusBar from MPMoviePlayerController.

You can use to hide status bar UIApplication sharedApplication setStatusBar and to show status bar UIApplication sharedApplication setStatusBardden:NO animated:YES.

UIApplication sharedApplication setStatusBar The animated bit is now deprecated so just use: UIApplication sharedApplication setStatusBardden:YES.

This will happen automagically for you once you use the MPMoviePlayerController property controlStyle and set to MPMovieControlStyleFullscreen. Player. ControlStyle = MPMovieControlStyleFullscreen.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions