I want to create UIAlertView with two buttons. I need to lay out these buttons vertically (my text is too big). Is it possible ?
Screen1

Screen2

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.
It’s not possible by default. The appearance shown in nycynik’s answer is what happens when you have more than two buttons.
So, either add another button, or you could look into a third-party solution such as this library, although I have not tested it.