Tuesday 15 May 2012

video - IPhone, MPMoviePlayerController how to disable zooming when double tap on the screen? -


How can I disable the weird double tap behavior while playing a movie using MPMoviePlayerController.

Double tap creates some of my gestures in the overlay scene to stop working on the zoom / unzomed and double tap area of ​​the movie.

I just had one problem:

  self.moviePlayerViewController .view.userInteractionEnabled = NO;  

No comments:

Post a Comment