Hello,
I'm having incredible trouble capturing iPhone touch events in a UITextField rightView overlay. In OS 2.2.x I could implement the touches ended event to respond. However, in OS 3.0 the event doesn't seem to fire at all. My overlay is an icon the I put in a standard UITexField. It's supposed to bring up a dialog box when the user taps it. Is there a better/smarter/safer way to implement?