RichContentLabel for iOS
It's a small browser render engine for browser, using Core-Text without leverage the UIWebView.
- It has its own smart HTML parser, who can handle all invalid cases, such as unclosed tags and overlapping tags.
- Fully supports image layout as well as text formatted layout.
- Useful callback function for link tapping event and image tapping event.

I’ve also mentioned some libraries in the past such like this library allowing you to split up your text into multiple columns easily using core text.
Recent Comments