Tuesday, 10 September 2013

How to detect tap on UITextField?

How to detect tap on UITextField?

I have a UITextField that has User Interaction Disabled. So if you tap on
this text field, nothing happens. Normally to check if a text field was
tapped Id try the delegate methods, but I cannot because user interaction
is disabled. Is there any way I can check if the text field was
tapped/touched? I change another element to hidden = no; when it is tapped
so I was wondering if its even possible enabling user interaction.

No comments:

Post a Comment