Align message in UIAlertView to left in iOS 7

此生再无相见时 提交于 2020-01-10 10:38:38

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/19027083/align-message-in-uialertview-to-left-in-ios-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!