Untagger
March 18, 2019 • MIT License
Untagger is a removal and full text extraction of HTML written in Swift heavily inspired by Boilerpipe.
PSHTMLView
November 30, 2017 • MIT License
PSHTMLView is a non scrollable WKWebView wrapper, adapt for using in UITableView and UIScrollView.
RichEditorView
April 06, 2015 • BSD License
A simple, modular, drop-in UIView subclass for Rich Text Editing.
Contains a fully customizable toolbar so you can pick and choose the options you want to support, as well as create your own cu...
HTMLView.js
April 03, 2015 • Unspecified License
A React Native component which renders HTML content as native views.
CoreTextLabel
February 10, 2015 • MIT License
With CoreTextLabel you are able draw NSAttributedString or HTML with custom font and color in iOS (>= 5.0) applications. numberOfLines and truncation (NSLineBreakByTruncatingTail) is also supported...
GONMarkupParser
January 05, 2015 • MIT License
Easily build NSAttributedString from XML/HTML like strings for iOS.
WPAttributedMarkup
November 01, 2014 • MIT License
WPAttributedMarkup is a simple utility category that can be used to easily create an attributed string from text with markup tags and a style dictionary.
MDHTMLLabel
November 18, 2013 • MIT License
MDHTMLLabel is a lightweight, easy to use class for rendering text containing HTML tags on iOS 6.0+. It behaves almost exactly the same as UILabel and allows you to fully customize its appearence w...
PdfReportKit
January 26, 2013 • Apache 2.0 License
PdfReportKit is a small utility to create a PDF report starting with an HTML template. It supports header, footer, or other content that needs to appear on every page of the report.
UICoreTextView
January 25, 2013 • zlib License
Easy to use UIView which supports rendering using CoreText
HTML Text Editor
August 26, 2012 • Public Domain License
A very simple implementation that uses CKEditor in web view to edit rich text content and generate HTML for further use.
OCPDFGen
March 24, 2012 • BSD License
This library allows you to generate PDF files from HTML, NSAttributedStrings, and NSStrings. It uses DTCoreText from Cocoanetics to generate the NSAttributedString from HTML, then renders that str...
CMHTMLView
March 06, 2012 • MIT License
CMHTMLView is UIWebView wrapper to provide easy access to show rich text content (HTML) with native look and feel.
Features: 100% native look and feel, offline images support, low memory usage.
RTLabel
May 03, 2011 • MIT License
Rich text formatting for iOS using HTML-like markup. Based on Core Text. Supports: bold and italic style, color and size, stroke, indenting, kerning, line spacing, clickable links.
DTCoreText
February 25, 2011 • BSD License
This project aims to duplicate the methods present on Mac OSX which allow creation of NSAttributedString from HTML code on iOS. This is useful for drawing simple rich text like any HTML document wi...