I am using OHAttributeLabel in my iPhone Application but now I am getting an warning
UITextAlignment is deprecated : You should use setTextAlignment:lineBreakMode:on your NSAttributedString instead
Please anyone suggest me how to resolve it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
// suppose that label is an IBOutlet to an OHAttributedLabel (subclass oh UILabel)
// and that’s all, OHAttributedLabel does everything needed for you!