が表示されている間にユーザーがアプリを終了したりアプリを変更したりすると、ユーザーはアプリMPMoviePlayerViewController
に戻り、MPMoviePlayerViewController
約0.5秒間アプリが表示されたままになります。ユーザーがアプリを再度開いたときに表示される前に、最新の状態を維持するかMPMoviePlayerViewController
、邪魔にならないようにするか、ユーザーがアプリを終了する直前MPMoviePlayerViewController
に終了します。今MPMoviePlayerViewController
のところ、ユーザーがアプリを離れる直前にAppDelegateでを閉じる予定です。
で、の完了ボタンを呼び出すことが可能かどうかを知りたいのでMPMoviePlayerViewController
、AppDelegateからこれを実行したいと思います。