Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 531 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 531 Bytes

MPMoviePlayerTest

Example project demonstrating the weird lockup when entering fullscreen mode

When run with iOS6 going into fullscreen breaks the playback, iOS5 no problems at all.

For more information & discussion visit the Stackoverflow question.

A solution has been found:

Using the MPMoviePlayerController's view property instead of the MPMoviePlayerViewController solved the problem