How to make buttons on UIAlertView displaying in multiple lines?

There is no officially documented way to do this. UIAlertView is a subclass of UIView. So you could traverse its subclasses to find the buttons, and transform their position and size.

This is probably a bad idea though. If Apple changes it's implementation of the UIAlertView, it might break your code. Your app might also be rejected for customizing the UIAlertView.

Eg see this answer .

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions