Search code examples
iosuialertview

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

enter image description here

Screen2

enter image description here


Solution

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