self.moviePlayerViewController = [[MPMoviePlayerViewController alloc] initWithContentURL:[NSURL URLWithString:pathToFile]];
[self presentMoviePlayerViewControllerAnimated:self.moviePlayerViewController];
MoviePlayer 正在显示。但是单击完成按钮它会以一些奇怪的行为消失。理想情况下,电影播放器应该像正常一样关闭,dismissMoviePlayerViewControllerAnimated
但我的控件看起来像现在的动画,我的控制器将覆盖电影播放器。