Almost always when we iOS developers want to display some rich text we are using UIWebView. Thatâs not by choice, since traditionally Apple did not provide any classes to us being able to show formatted text. That changed slightly with the iPad, because in 3.2 we got CoreText as well as CATextLayer. CoreText gives us NSAttributedString which is basically a string that can have different attributes
{{#tags}}- {{label}}
{{/tags}}