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

Quit MPMoviePlayer on entering background in iOS Objective-C

MPMoviePlayer 在 RootViewController.On 进入后台时显示,我已弹出 MPMoviePlayerController。
但是在进入前台时,电影播放器​​屏幕飞溅了一秒钟然后消失了。

我需要的是不在进入前景时显示电影播放器​​视图。 有什么办法可以实现吗?

这是因为当应用程序进入后台时,系统会对应用程序的主window进行快照,当您进入前台时会显示该快照。

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

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

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