RichEditorView v2.0.0 Release Notes

Release Date: 2015-09-17 // over 8 years ago
  • โšก๏ธ Since Swift 2.0 is a breaking update to Swift 1.2, this is a breaking update from 1.2.0.
    ๐Ÿฑ Interesting how the versions matched up ๐Ÿ˜

    Most of the breaking changes are due to the language itself, but here are some changes that actually happened to the API:

    • Input Accessory View - Now you can set your own UIView to be the inputAccessoryView -- easier toolbar management.
    • ๐Ÿ‘ Better Obj-C Support - While not complete (need more work with RichToolbarOption), Objetive-C support has been improved
    • ๐Ÿ‘ Better Delegate Methods - OK just one :bowtie: richEditorShouldInteractWithURL: has been renamed richEditor:shouldInteractWithURL so you get a reference to the editor, to make it consistent with the other methods.