I have one label which have a Dynamic string data e.g: \"I am Mohit\" .I want to make only \"am\" in bold.Is it Possible in iphone? if yes please give me suggestion.Thanks in ad
you can use textView instead of label to fulfill your requirement.
ex:-
[textview setContentToHTMLString:@""];