Morning everyone,
I have some questions about UIWebView and iOS13:
- UIWebView won't be supported in iOS13 (see apple developer documentation - https://developer.apple.com/documentation/uikit/uiwebview?language=objc).
Can we use surely UIWebView in iOS13, or we must replace UIWebView with WKWebView?
- Maybe you can found out, that UIWebView can be use in iOS13 - Beta, but it is surely, that UIWebView can be use in iOS13 - Release?
I am thanks a lot you about your helps.
UPDATE - 24.09.2019:
I have updated my iOS system to iOS 13.0 and UIWebView using app is not crashed. So I think it is okay to use UIWebView for iOS 13. But we need to replace in the future to WKWebView.