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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -