UIView capturing all events

Posted by Josh P. on Stack Overflow See other posts from Stack Overflow or by Josh P.
Published on 2010-05-09T21:03:54Z Indexed on 2010/05/09 21:08 UTC
Read the original article Hit count: 191

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about iphone-sdk-3.2

Related posts about ipad