Search results for coretext

DOLabel screenshot

DOLabel

March 15, 2018 • Apache 2.0 License
UILabel replacement based on CoreText/CALayer for macOS and iOS
LTTextView screenshot

LTTextView

June 12, 2015 • MIT License
Control to create text with interactive substrings. With ability customize it with NSAttributedString attributes.
DGDrawingLabel screenshot

DGDrawingLabel

April 04, 2015 • MIT License
Custom label which allows to pre-calculate text layout. It can be used in table views and collection views to achieve high-performance scroll when cell heights are different and depend on text size.
CoreTextLabel screenshot

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...
PullToRefreshCoreText screenshot

PullToRefreshCoreText

November 05, 2014 • MIT License
PullToRefresh extension for all UIScrollView type classes with animated text drawing style
MDHTMLLabel screenshot

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...
SECoreTextView screenshot

SECoreTextView

September 29, 2013 • MIT License
SECoreTextView is multi-line rich text view library with clickable links, selectable text, embedding images and editing. More powerful, customizable, and flexible than UITextView.
UICoreTextView screenshot

UICoreTextView

January 25, 2013 • zlib License
Easy to use UIView which supports rendering using CoreText
MTLabel screenshot

MTLabel

January 17, 2013 • Apache 2.0 License
By default, UIKit's UILabel provides many limitations, such as unable to customize line height attribute. This is a simple subclass of UIView which uses CoreText framework to draw text. It's sti...
OCPDFGen screenshot

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...
FTCoreTextView screenshot

FTCoreTextView

August 26, 2011 • MIT License
CoreText wrapper to draw rich text with HTML-like tags.
TTTAttributedLabel screenshot

TTTAttributedLabel

July 13, 2011 • MIT License
NSAttributedString is pretty rad. When it was ported into iOS 4 from Mac OS, iPhone developers everywhere rejoiced. Unfortunately, as of iOS 4 none of the standard controls in UIKit support it. Bum...
EGOTextView screenshot

EGOTextView

June 24, 2011 • MIT License
EGOTextView is a complete drop in replacement for UITextView created by enormego, that adds support for Rich Text Editing.
CoreTextWrapper screenshot

CoreTextWrapper

June 20, 2011 • BSD License
An Objective-C wrapper around Core Text for creating multi-column text and loading custom fonts.
RTLabel screenshot

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.
CoreTextHyperlinkView screenshot

CoreTextHyperlinkView

April 05, 2011 • BSD License
Uses AutoHyperlinks code from Adium http://code.google.com/p/maccode/wiki/AutoHyperlinks Project includes an example of how to use the core text view. It's pretty simple - create the view wit...
OHAttributedLabel screenshot

OHAttributedLabel

March 28, 2011 • MIT License
This class allows you to use a UILabel with NSAttributedStrings, in order to display styled text with mixed style (mixed fonts, color, size, ...) in a unique label. It can also detect links, add...
DTCoreText screenshot

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...