cjwirth / RichEditorView

RichEditorView is a simple, modular, drop-in UIView subclass for Rich Text Editing.
BSD 3-Clause "New" or "Revised" License
1.89k stars 445 forks source link

App is getting rejected because use of UIWebView #237

Open rhytam opened 4 years ago

rhytam commented 4 years ago

UIWebView needs to be replaced with WKWebView

Dereex commented 4 years ago

Check this: https://github.com/YoomamaFTW/RichEditorView

It's same repo but with update, and use WKWebView

maulik3107 commented 4 years ago

not working in demo editorView.inputAccessoryView = toolbarview.addSubview(editorView)

toolbarview not found

Andrew-Chen-Wang commented 3 years ago

@maulik3107 Trying to revive it since maintainership left after we didn't need it in a project anymore.