I'm using the code in this thread to hide a full screen MPMoviePlayerController
after the user taps "done". Unfortunately,when he does so, the movie disappears, it also stops, but the screen remains black. Why?
Strange thing happened : I changed the style of the MPMoviePlayerController
to MPMovieControlModeVolumeOnly
and the movie controller does not display volume but does display full screen, fast forward, play, ... buttons. When tapping done or quitting full screen, everything works as desired. The MPMoviePlayerDidExitFullscreenNotification
is never called.
Is this a bug, maybe in the simulator???