Is there a way to change the alignment of the message displayed inside a UIAlertController on iOS 8?
I believe accessing the subviews and changing it for the UILabel
yourAlertController.messageLabel.textAlignment = NSTextAlignmentLeft;