I placed a UITextField into a UIAlertView and moved it up so the keyboard wouldn\'t cover it up with the following code:
[dialog setDelegate:self]; [dialog s
Found more clear solution. Check this code snippet out: Username and Password UITextFields in UIAlertView prompt