Does anyone know whats the solution for pre iOS5 if I want to show a pop UIAlertView with a text field? A solution that would be acceptable by Apple?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sure, I have a pre-iOS5 app in the App Store with such a text field.
Just add the text view as a
subviewto the alert view and figure out the spacing by inserting an appropriate amount of\ninto themessageto make room for the field.