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

When will get the new update? #230

Open Manikandan-Apptivo opened 4 years ago

Manikandan-Apptivo commented 4 years ago

Hi Team,

We are using this pod long years back. Now we need to give support this pod in UIKItforMac also, so we need the WKWebview code. When we can get the update?

YoomamaFTW commented 4 years ago

Check out my repository: YoomamaFTW/RichEditorView. You won't be able to pod install it since I'm a beginner Swifter, but I am uploading some new functionality and fixing some rsc errors within both Android and iOS JS. If you want to pod install it, go to cbess/RichEditorView.

My repository is designed to be compatible with iOS 13 features like dark mode and have new features (such as a better insert link functionality, and later will support two versions: offline and server-based). CBess is also designed for compatibility and was the OG for iOS 13 update.

If you already have some code, I did suggest some changes in issue #223.

Edit: My repository now includes video and checkbox functionality with the Swift 5 update.

Manikandan-Apptivo commented 2 years ago

Thanks.