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


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -