Skip to content

slm-2015/DTRichTextEditor

 
 

Repository files navigation

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 methods

Documentation

View the Change Log about what was recently changed and the Known Issues to learn about current limitations of DTRichTextEditor.

Documentation for DTRichTextEditor can be browsed online or installed in your Xcode Organizer via the Atom Feed URL.

Documentation for DTWebArchive can be browsed online or installed in your Xcode Organizer via the Atom Feed URL.

Documentation for DTFoundation can be browsed online or installed in your Xcode Organizer via the Atom Feed URL.

About

A rich-text editor for iOS

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Objective-C 99.7%
  • Other 0.3%