In JavaScript there’s a concept of focusing and blurring input elements. Is there something similar in Cocoa Touch? I want to fire some action when user ends editing of one textfield and goes to the next one.
In JavaScript there’s a concept of focusing and blurring input elements. Is there something
Share
You can make
to focus the Text Field.
when the User is finished with his input, he propably uses the “next” button provided by the keyboard, in which case you should use delegates to get from one Field to another