UIView keep forward toutches

Posted by donodare on Stack Overflow See other posts from Stack Overflow or by donodare
Published on 2010-04-25T18:20:20Z Indexed on 2010/04/25 18:23 UTC
Read the original article Hit count: 252

Filed under:
|
|
|

Hi all, I subclassed UIImageView for controlling touch events. The problem is that when i do userInteractionEnabled = NO, it doesn't work, i can still touch it and the touch methods response. Even if i add big subview over it the touches happen.

Any suggest?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiview