user2819236
user2819236

Reputation: 123

Align message in UIAlertView to left in iOS 7

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.

Upvotes: 12

Views: 10772

Answers (1)

Harsh
Harsh

Reputation: 302

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

Upvotes: 7

Related Questions