SwiftWebVC icon indicating copy to clipboard operation
SwiftWebVC copied to clipboard

Does SwiftWebVC use UIWebView?

Open craig65535 opened this issue 4 years ago • 1 comments

Hello,

I recently received an email from Apple saying:

The App Store will no longer accept new apps using UIWebView as of April 2020, and existing apps must remove the deprecated API by December 2020. Migrate to the more secure and reliable WKWebView as soon as possible.

Does SwiftWebVC still use UIWebView? I can see one reference to it in the code - https://github.com/meismyles/SwiftWebVC/blob/0.4.2/SwiftWebVC/SwiftModalWebVC.swift#L20

craig65535 avatar Apr 03 '20 19:04 craig65535

I guess UIWebViewDelegate are not deprecated like the UIWEbViews also I can't find the use of webViewDelegate variable in SwiftModalWebVC.

Muhammadalipkve avatar May 05 '20 07:05 Muhammadalipkve