當我的應用程序進入後臺並返回時,模式視圖關閉。爲什麼會發生這種情況?我試着暫停和關閉。我啓用了ARC,如果它是一個有用的信息。MPMoviePlayerViewController退出後背景
MPMoviePlayerViewController * player = [[MPMoviePlayerViewController alloc] initWithContentURL:targetURL];
[player.moviePlayer prepareToPlay];
[self presentMoviePlayerViewControllerAnimated:player];
我有同樣的問題。你解決了嗎? – zvjerka24 2012-09-21 09:21:30
這裏是解決方案http://stackoverflow.com/questions/8344877/mpmovieplayerviewcontroller-becomes-black-when-enters-background – zvjerka24 2012-09-21 11:18:03