Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 794
user2819236 Avatar asked Sep 26 '13 11:09

user2819236


1 Answers

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

like image 197
Harsh Avatar answered Oct 03 '22 21:10

Harsh