Setting parts of a String to Bold in UIView
问题 I'm parsing an XML file an get a string as NSMutableString . Now I want to show this string as text in my UIView . So, I created a TextView and set its value to my string. The result was that I have the text with HTML Tags shown up in the TextView. There is no problem removing the tags from the string, but some of the text needs to appear as bold. Is there any way to display parts of a string as bold programmatically? I replaced <br> Elements with \n and it works fine for line-break. But I