Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UIAlertView with 3 buttons hides message in landscape mode

My UIAlertView has a message and 3 buttons, my problem is the alert view display normally in portrait but it hides message in landscape mode as below screenshots. How to make the message appears? Thanks in advance.

Portrait modeLandscape

like image 636
Son Nguyen Avatar asked Oct 10 '22 15:10

Son Nguyen


1 Answers

I too got same problem,

But I solved this, with a small change. like add "\n\n" at the end of Title in the alertView

This is not a correct solution. but this will rectify that problem some what.

*Note : The Title and the Message should be of one line text.

Thanks,

Satya

like image 165
Satya Avatar answered Oct 13 '22 10:10

Satya