当我的应用程序进入后台并返回时,模式视图会关闭。为什么会这样?我尝试打开和关闭暂停。我启用了 ARC,如果它是有用的信息。
MPMoviePlayerViewController * player = [[MPMoviePlayerViewController alloc] initWithContentURL:targetURL];
[player.moviePlayer prepareToPlay];
[self presentMoviePlayerViewControllerAnimated:player];