I’ve looked quite a lot but can’t find a good text rendering solution. In my case uiwebview doesn’t fullfil my needs. Also the text has to be with multiple fonts. I would like it to be like in iBooks, the text renders very fast(not like in the uiwebview) or maybe it’s uiwebview, but then how do they do it to load that fast?
The text should also support text selection and other user interactions.
I’m open for suggestions, thanks in advance!
You can have a look at NSAttributedString-Additions-for-HTML, it creates
NSAttributedStringfrom HTML, and at TTTAttributedLabel (or OHAttributedLabel), a drop-in replacement forUILabelthat supportsNSAttributedStrings.