views:

153

answers:

0

I've run into a strange behavior with MPMoviePlayerController recently (shock!)

The controls to change the movie scaling - double-tapping the movie, or the movie scaling button in the top right corner - have stopped working at some point during development. The movie scaling simply doesn't change now. I can't pinpoint exactly when it stopped working (I just noticed it), so I can't narrow it down to any specific change, but I can't think of a single thing in my code that could be causing it.

I'm not changing the scalingMode property at any point.

I also don't have any view overlays on top of the video player.

Has anyone run into this? Any ideas how I can troubleshoot?

Thanks!