One of my components makes heavy use of MPMoviePlayerController and recently showed a strange error; when using the standard user interface (for example, MPMoviePlayerController.controlStyle = MPMovieControlStyleFullscreen; ) the player never changes the state of the play / pause button (this is really in the middle of my screenshot).

The functionality remains intact, but the state of the player is not reflected in the user interface.
When you raise the controls by tapping the screen during movie playback, I see the play symbol. What I expect will be a pause symbol when the player is playing at the moment. When you click on the play symbol, the player goes into pause mode. The symbol, however, does not change. When you click this play symbol again, the player continues to play, as expected.
The problem was introduced with iOS5 and did not occur in previous versions of iOS.
To check for iOS5 problems, I created a minimalist player who does not use my own framework, and, of course, the problem did not arise, so this should be my code causing this quirk. Unfortunately, my code is pretty damn big (about 3k lines), so I can't post it here.
I know that someone can answer this question without source code, rather subtle, as it seems to be directly related to my code. Being desperate as I am at the moment, I just took a chance and hope for a little surprise, someone actually had such a problem and he knows how to call / delete it.
source share