Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Cocoanetics/DTRichTextEditor
A rich-text editor for iOS
https://github.com/Cocoanetics/DTRichTextEditor
Last synced: 6 days ago
JSON representation
A rich-text editor for iOS
- Host: GitHub
- URL: https://github.com/Cocoanetics/DTRichTextEditor
- Owner: Cocoanetics
- License: bsd-2-clause
- Created: 2015-06-22T13:17:22.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-26T14:12:27.000Z (9 months ago)
- Last Synced: 2024-11-30T18:43:54.411Z (12 days ago)
- Language: Objective-C
- Size: 4.45 MB
- Stars: 354
- Watchers: 20
- Forks: 51
- Open Issues: 12
-
Metadata Files:
- Readme: Readme.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome-ios-star - DTRichTextEditor - A rich-text editor for iOS. (Text / Other Testing)
- awesome-ios - DTRichTextEditor - A rich-text editor for iOS. (Text / Other Testing)
README
DTRichTextEditor
================This project aims to provide a replacement for Apple's severely limited `UITextView` and to allow for editing attributed strings. It consists of the following parts:
- DTLoupe - showing a magnifying glass that closesly resembles Apple's built-in original
- DTWebArchive - this is the way how rich text is represented on the `UIPasteboard`
- DTCoreText - parsing HTML, generating NSAttributedString instances, displaying attributed strings, creating HTML
- DTFoundation - several helper methodsDocumentation
-------------View the [Change Log](https://docs.cocoanetics.com/DTRichTextEditor/docs/Change%20Log.html) about what was recently changed and the [Known Issues](https://docs.cocoanetics.com/DTRichTextEditor/docs/Known%20Issues.html) to learn about current limitations of DTRichTextEditor.
Documentation for **DTRichTextEditor** can be [browsed online](https://docs.cocoanetics.com/DTRichTextEditor) or installed in your Xcode Organizer via the [Atom Feed URL](https://docs.cocoanetics.com/DTRichTextEditor/DTRichTextEditor.atom).
Documentation for **DTWebArchive** can be [browsed online](http://cocoanetics.github.com/DTWebArchive) or installed in your Xcode Organizer via the [Atom Feed URL](http://cocoanetics.github.com/DTWebArchive/DTWebArchive.atom).
Documentation for **DTFoundation** can be [browsed online](http://cocoanetics.github.com/DTFoundation) or installed in your Xcode Organizer via the [Atom Feed URL](http://cocoanetics.github.com/DTFoundation/DTFoundation.atom).
Follow [@cocoanetics](http://twitter.com/cocoanetics) on Twitter or subscribe to the [Cocoanetics Blog](http://www.cocoanetics.com) for news and updates.
License
-------It is open source and covered by a standard 2-clause BSD license. That means you have to mention *Cocoanetics* as the original author of this code and reproduce the LICENSE text inside your app.
You can purchase a [Non-Attribution-License](https://www.cocoanetics.com/order/?product_id=DTRichTextEditor) for 150 Euros for not having to include the LICENSE text.
We also accept sponsorship for specific enhancements which you might need. Please [contact us via email](mailto:[email protected]?subject=DTRichTextEditor) for inquiries.