views:

38

answers:

0

As MPMoviePlayerViewController supports pin gesture ( two fingers move apart ) to make the movie player full screen, is there any method to remove this gesture? Because if I use the gesture, the movie is still playing without the video. I think the view of movie controller is removed from super view.

I am thinking of overriding touchesBegan and the notification WillEnterFullScreenNotification & DidEnterFullScreenNotfication, but it didn't work.