If a UIAlertView contains a certain amount of text, the text display is automatically changed to have scrollbars. I would like this text to be centre-aligned.
Searching around for the solution provides this SO response. However, this does not work on a UIAlertView that contains scrollbars.
How do I align the text in such an alert?