I have an array of labels
[labelsArray objectAtIndex:1] ????
I want to change label text style to bold and stressed. How can I do that?
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.
I do not understand what you mean by stressed but if you want to make it bold you can write:
The size and font type is ofcourse up to you.
Here are the list: http://www.prepressure.com/fonts/basics/ios-4-fonts
EDIT for comment:
I have never done that, but after some searching I found this post at stackoverflow. You may try that, but there is no “built-in” function for this as far I know.
Underline text in UIlabel