hi,
i am developing an application where i am creating some UITextField programatically, and i allow maximum 1 character in the text field .
which is working perfectly.
But after writing the charcter user have to again click in the next textfield to appear the keyboard
So, now i want when after writing 1 character the cursor should automatically move to next textfield .
How can i do that?