ios - MPMoviePlayerController Full Screen Custom Overlay wrong in IOS7 -
Works perfectly on iOS 88, but this mess is made on iOS 7. There is a custom overlay on the video game with the MP4 Video Playback Controller works perfectly on iOS8, but this mess happens on iOS7 . I have something like that.
UIView * bar = [[UIView alloc] initWithFrame: rect]; / * // Adds the stuff to the scene / / [window separator: bar];
The video is in the correct orientation (Landscape on both), it just gets messed up in the overlay IOS8 IOS7