The Omni Group also released some code that could be the start of a rich-text editor.
http://github.com/omnigroup/OmniGroup/tree/master/Frameworks/OmniUI/iPad/Examples/TextEditor/
Based on Core Text.
The Omni Group also released some code that could be the start of a rich-text editor.
http://github.com/omnigroup/OmniGroup/tree/master/Frameworks/OmniUI/iPad/Examples/TextEditor/
Based on Core Text.
https://github.com/lukeredpath/LRLinkableLabelIt supports formatting for links, but not richer formats.Tried it with CoreText yet?
I7CoreTextExample is one such example.
Here's an attempt at a fully implemented one: http://www.cocoanetics.com/parts/dtrichtexteditor/
Joust is a simple yet powerful HTML editor programmed for Mac OS X using Cocoa frameworks. Includes live previewing and helpful programming tools.
http://sourceforge.net/projects/joustedit/
A Cocoa - Based HTML editor, for free, using safari SDK for previewing.
http://sourceforge.net/projects/cocoapage/
CodeMax is a simple and fast text editor with syntax highlighting for many types of source code like HTML, PHP, Ruby, Phyton, Objective C or JavaScript.
http://sourceforge.net/projects/codemax/
http://coffeecup-html-editor.software.informer.com/
PowerPlot
http://www.iosopensource.com/frameworks/6/
Core Plot is a plotting framework for Mac OS X and iOS. It provides 2D visualization of data, and is tightly integrated with Apple technologies like Core Animation, Core Data, and Cocoa Bindings. [View
http://www.iosopensource.com/frameworks/4/
What if images on the iPhone were as easy as HTML? — Read more
https://github.com/enormego/EGOImageLoading
https://github.com/honcheng/RTLabel
simple rich text display for iOS using html-like markups
Parses a tiny subset* of HTML into a drawable data structure. Because UIWebView is way too slow, and you can't "draw" NSAttributedStrings the same way as NSStrings (drawInPoint: drawInRect: etc), and NSAttributedStrings lack useful things such as links and image rendering. * Supported tags/attributes: - b - a - i - br Todo: - trim adjacent spaces in the same manner as HTML renderers - delegate link callbacks - images -- delegate image callbacks - blockquote - underline - strikethrough Nice to have: - font tags, with attributes such as font size, color - image align attribute
A rich text view for iOS with basic HTML rendering
https://github.com/briancollins/BCTextView
Text displays in correct orientation and is split into two columns
https://github.com/danhollywells/iPad-CoreText-Test
iPad app to view and fill-out HTML forms — Read more
https://github.com/geoffhom/HTML-Form-Viewer
An Cocoa Touch framework for rendering Markdown to HTML
https://github.com/jeffremer/touchdown
EGOTextView is a complete drop in replacement for UITextView created by enormego, that adds support for Rich Text Editing.
EGOTextView is tested to work with with iPhone OS 4.0 and newer.
https://github.com/enormego/EGOTextView
If you specifically need to generate (X)HTML, use KSHTMLWriter
. It adds:
<br>
http://cocoaobjects.com/kshtmlwriter/