cjwirth / RichEditorView

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

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs #211

Closed marcelosampaio closed 3 years ago

marcelosampaio commented 5 years ago

Dear Developer,

We identified one or more issues with a recent delivery for your app, "Web Laudos" 1.0 (122). Your delivery was successful, but you may wish to correct the following issues in your next delivery:

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.

mehroozkhanpl commented 5 years ago

I add library file direct to project. removed pod. and then edit TextEditorView.swift file I solved this by Using WKWebView. You can check this link and update your code. "https://gist.github.com/fabfelici/f16f1ce54f00512db7e9ff87270a68f4"

az-oolloow commented 4 years ago

I tried the above and that code is not even from this editor.

So far in googling this seems to be the most promising fork, installing it right now :) https://github.com/cbess/RichEditorView

YoomamaFTW commented 4 years ago

Duplicate of #210 The fork that @az-oolloow works perfectly fine now, and it's tailored for dark mode. Check my comment in that issue for how it's tailored. Refer to #223 for update for Swift 5 which'll include some additional code and directions.

fukemy commented 3 years ago

@az-oolloow i need to disable editing but in "https://github.com/cbess/RichEditorView", the

isEditingEnabled

is not found, can u help?