meismyles / SwiftWebVC

A drop-in inline browser for your Swift iOS app.
MIT License
330 stars 118 forks source link

Does SwiftWebVC use UIWebView? #58

Open craig65535 opened 4 years ago

craig65535 commented 4 years ago

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

Muhammadalipkve commented 4 years ago

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