iOS 6.0 MPMoviePlayerController full screen mode black color? then App blocked no more actions
问题 MPMoviePlayerController video goes to full screen mode at the time screen is black color. And then the app was blocked. This issue only for iOS 6.0. But iOS 5.1 working fine. This is my code. IF I double click the player full screen is opened, But show black screen. self.moviePlayerController = [[MPMoviePlayerController alloc] init]; [self.moviePlayerController.view setFrame:_moviePlayerContentView.bounds]; [self.moviePlayerController setControlStyle:MPMovieControlStyleNone]; [self