I am trying to create a UILabel
or UITextView
with bold and normal text inside.
I have gone through the attributedstring but when I am setting this in label of my custom cell it doesn't display any text.
I have also used the UITextView setContentToHTMLString:
method, but it is undocumented and app get rejected.
Can anyone give some sort of solution to this?