Rich text editor library for iOS

21,786

Solution 1

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.

Solution 2

I am following 3 rich text editors for iOS, available in GitHub. Below is the list:

  1. iOS-Rich-Text-Editor

  2. RichEditorView

  3. ZSSRichTextEditor

ZSSRichTextEditor is best library among these.

Solution 3

Here's an attempt at a fully implemented one: http://www.cocoanetics.com/parts/dtrichtexteditor/

Solution 4

One doesn't exist, you'll have to craft one yourself. There are examples of using Core Text out there, if you just know where to look. For instance, the I7CoreTextExample is one such example.

Share:
21,786
Admin
Author by

Admin

Updated on January 09, 2020

Comments

  • Admin
    Admin over 4 years

    Does somebody know a rich text editor (like NSTextView for Mac OS X) library for the iOS platform?

  • chown
    chown almost 12 years
    This looks nice... unfortunate that it costs an outrageous $650 :/
  • lu yuan
    lu yuan over 11 years
    Is it possible to insert image in the TextEditor?
  • lnafziger
    lnafziger about 11 years
    Does this support rtf?
  • DJ-
    DJ- over 4 years
    Can we use ZSSRichTextEditor in swiftui also ?
  • O'Rooney
    O'Rooney over 3 years
    $650 vs $650,000 to build it yourself :)