I’m looking for a way to add a multiline UITextView to an UIAlertView. I googled a lot, but I couldn’t find a working solution.
I’m using iOS 5.
Or is that only possible with a subclass of UIAlertView?
EDIT: I need a multiple-line input.
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.
Editing
UIAlertViewsis flagged as bad practice by apple. So its probably best to create your own customUIViewControllerwhich looks like an alert view.Make it so that instead of your function calling an alert, it loads your new View controller
This is a good example of an animation for your
UIViewControllerto make it act like a typical IOSAlertView}