User inputs ABC in textField and touches return key on ascii keyboard.
I now want to take entry as complete, dismiss keyboard, etc.
Is there an easy way I'm missing?
I.e. is last key available in the callback so that I can check for 13 or do I have to check end of string for a 13 or do I have to use a separate button?
