Quote:
Originally Posted by santosh_kumar
torynfarr's explanation helped me how to recognize touch. Thanks to torynfarr.
But i want to recognize that a Label is touched. I tried but no luck. Help me in this regard.
Thanks in advance.
Santosh.
|
I'm able to recognize when a Label is touched with the following links.
UILabel: Using the userInteractionEnabled method on a label - Stack Overflow
Point not in Rect but CGRectContainsPoint says yes - Stack Overflow
cheers...