views:

54

answers:

0

I have a UIView that uses several UIGestureRecognizers and this view again has at least one child view that contains a MPMoviePlayerController.

When a touch event occurs over the movie player, the main view seems to 'eat' all the events, leaving the media player idle.

How can I make sure that the events are delivered correctly to the player?