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
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.