self.moviePlayerViewController = [[MPMoviePlayerViewController alloc] initWithContentURL:[NSURL URLWithString:pathToFile]];
[self presentMoviePlayerViewControllerAnimated:self.moviePlayerViewController];
MoviePlayerが表示されていますが、完了ボタンをクリックすると、動作が不安定になります。理想的には、ムービープレーヤーは通常のように閉じる必要がありますdismissMoviePlayerViewControllerAnimated
が、私のコントロールは現在のアニメーションのように表示され、コントローラーがムービープレーヤーをカバーします。