Is there a open source rich text editor for iOS? [closed]
We don’t allow quest开发者_如何学Cions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questionI am looking for an open source rich text editor, that I can integrate with my project on the iPad ,, so is such a thing available ??
Thanx
Omni Group Text Editor is very useful, it supports rich text viewing and editing, but unfortunately it does not support adding links and bullet points.
you could also use UIWebView
as well,if you do'nt support editing of text (for readonly purpose).
Basic rich text editing works quite well using UITextView on iOS 6 or higher. You can use my DTCoreText library to convert between HTML and NSAttributedString: https://github.com/Cocoanetics/DTCoreText
If you need more features (like embedded images or iOS 5 support) I have a commercial component available for licensing: http://www.cocoanetics.com/parts/dtrichtexteditor/
精彩评论