In my iPad app, I have two text fields. One shows the normal default text box, and the other should display the collector as its input type.
The problem is that I use txt1 , which displays the default keyboard, and then when I touch the second text field, the txt1 keyboard remains visible.
I also wrote [txt1 resignFirstResponder]; [txt2 resignFirstResponder]; when displaying the collector.
I checked the txt1 IBOutlet connection and delegate assignment, they seem to be correct.
What am I missing?
source share