Is it possible to lay out 2 buttons vertically on UIAlertView?
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. There seems to be no SDK support for this behavior. Two buttons in a UIAlertView will always be shown in a horizontal layout. However, it's pretty easy to just subclass UIAlertView to get the intended