在iOS Objective-C中输入背景时退出MPMoviePlayer

时间:2015-04-01 14:55:20

标签: ios objective-c mpmovieplayercontroller back mpmovieplayer

MPMoviePlayer出现在RootViewController上。进入后台后,我弹出了MPMoviePlayerController。
但是在进入前景时,电影播放器​​屏幕会被泼溅一秒钟然后消失。

我需要的是不要在进入前景时显示电影播放器​​视图。 有没有办法实现这个目标?

1 个答案:

答案 0 :(得分:0)

这是因为系统会在应用程序移动到背景时拍摄应用程序主窗口的快照,当您进入前景时会显示该窗口。

希望这能帮助您更好地理解事物。

Prevent iOS from taking screen capture of app before going into background

The exact moment iOS takes the view snapshot when entering background?