I have a strange problem with MPMoviePlayerController. When the movie starts, the top panel with the finished button and controls remains visible for several seconds. Then disappears.
I use
[player setControlStyle:MPMovieControlStyleFullscreen]
[player setFullscreen:YES]
player is an object MPMoviePlayerController
I just want the movie to play in full screen using the top bar and hidden controls
& only become visible if the user clicks on the screen
I am using iOS 4.0
source
share