Hi guys,
I have a UIView that has 2 subiviews that don't take the whole space. An UIImageView and a UITextView.
In the UIView class i have some methods that allow me to capture touches.
this code works well if the touches occur inside the UIImageView or in the UIView space not taken by the subviews, but won't work fi the touches occur inside the UITextView. Note that the UITextView is not editable.
Any ideas on why this happens and maybe how to fix it?
Cheers
I have a UIView that has 2 subiviews that don't take the whole space. An UIImageView and a UITextView.
In the UIView class i have some methods that allow me to capture touches.
this code works well if the touches occur inside the UIImageView or in the UIView space not taken by the subviews, but won't work fi the touches occur inside the UITextView. Note that the UITextView is not editable.
Any ideas on why this happens and maybe how to fix it?
Cheers