views:

14

answers:

0

I have a MPMoviePlayerController which resides int a UIView which again is located in a UIScrollView. The UIView is getting event/touches, but I am unable to press on the controls on the movie player. All layers have userInteractionEnabled = true.

The base view also has UIGestureRecognizers attached to it.

How can I trace the path of a touch event to see who is capturing it?