I am developing an application where i am creating some UITextField programatically, and I allow a maximum 1 character in the UITextField.
This is working perfectly.
But after writing the character, the user has to again tap in the next UITextField to present the keyboard
After typing 1 character the cursor should automatically move to next textfield.
How can I do that?
