So I'm using textfield.returnKeyTYpe = UIReturnKeyDone in my code with my UIKeyboard. The problem that I am running into is that the done button and the hide keyboard button are both performing the same function in that, once they are clicked the keyboard hides but the program continues on to the next field and the keyboard pops up right away.
I want to know if there is something that the UIReturnKeyDone returns when clicked that I can grab to differentiate between clicking the Done key and the hide keyboard key.
Sorry if that does't make sense, I am new to all this.