Proton for iOS
Purely native and extensible rich text editor for iOS and macOS
Proton is a simple library that allows you to extend the behavior of a text view to add rich content that you always wanted. It provides a simple API that allows you to extend the textView to include complex content like nested textViews or for that matter, any other UIView. In the simplest terms - It's what you always wanted UITextView to be. Be a standalone component with nothing that is specific to anything that is required in complex Text Editor. At its most basic form, it should be able...