Align message in UIAlertView to left in iOS 7

user2819236 picture user2819236 · Sep 26, 2013 · Viewed 10.7k times · Source

I want to left align message in UIAlertView to left in iOS7, i am able to do that in iOS 5.x and 6.x using UITextAlignmentLeft and NSTextAlignmentLeft and not on iOS 7.

Answer

Harsh picture Harsh · Sep 28, 2013

Sten is right we can't customize appearance of UIAlertView in iOS 7, if you need you can made a custom Alert view code is available at https://github.com/wimagguc/ios-custom-alertview