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: 211
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