iPad Gestures. How Do I Force a Child View to Discard Gesture Events.

Posted by dugla on Stack Overflow See other posts from Stack Overflow or by dugla
Published on 2010-04-30T00:07:37Z Indexed on 2010/04/30 0:17 UTC
Read the original article Hit count: 556

On iPad, I have a parent-child view hierarchy. The parent is a fullscreen EAGLView and the child is a UIToobar. The parent has pan/touch/pinch gesture recognizers attached. When gestures occur on the child (toolbar) they are passed on to the parent (fullscreen view).

Not what I want.

How do I force the toolbar to discard/ignore gestures?

Thanks,
Doug

© Stack Overflow or respective owner

Related posts about uigesturerecognizer

Related posts about ipad