Someone posted a new question regarding the same:
UIAlertAction Text Styling .
I was looking for the same thing, and from what I learned, you can change the style and alignment of the text when you use the UIAlertController in the presentation style .alert , but not when you use it with the UIAlertAction elements in the style of .actionSheet .
Only the reference here seems to use libraries that provide custom implementations, such as XLActionController .
Changing text alignment for the UIAlertController as a whole in the .alert style responds to: UIAlertController Text Styling .
I tried to use the same method for UIAlertAction , but this led to some Key-Value compliance / Undefined key exceptions, and the controller did not display.
source share