I have two text fields in a UIAlertView. I want the second one to become the first responder so that the user doesn't have to tap on it. After I show the alert view, I have this code:
[textField becomeFirstResponder];
The only problem is that it does not work. The first text field has the typer in it. Any ideas? Thanks for your help.