Quit MPMoviePlayer on entering background in iOS Objective-C -


mpmovieplayer presented on rootviewcontroller.on entering background, have popped mpmovieplayercontroller.
on entering foreground,the movie player screen splashed second , disappears.

what need not show movie player view on entering foreground. there way achieve ?

it's because system takes snapshot of application’s main window when application moves on background, presented when enter foreground.

hope understand things better.

prevent ios taking screen capture of app before going background

the exact moment ios takes view snapshot when entering background?


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -