开发者

Rich text editor library for iOS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We do开发者_Python百科n’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

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


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.


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.


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


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜