SwiftWebVC
SwiftWebVC copied to clipboard
Does SwiftWebVC use UIWebView?
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
I guess UIWebViewDelegate are not deprecated like the UIWEbViews also I can't find the use of webViewDelegate variable in SwiftModalWebVC.