If you just want to find out when the user tapped on your field, and at that point fire the -tableView:didSelectRowAtIndexPath: for the field's row, just turn off userInteractionEnabled for that field. The tap will 'fall-through' to the underlying row, which will do what you want.
1
votes
Nah that's not want I wanted Ben. I managed to get around it by firing EditBegin and having the UITextField tags as the row number.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more