Remove White Screen Before Loading WebView in Xcode13? – Ios swift
Need to Remove Whitescreen before loading webview in iOS, tried webview opaque. Even after adding Splash Screen & launch screen, I'm still getting the white splash before LOADING Webview URL. import UIKit import WebKit class HomeViewController: UIViewController, WKUIDelegate { var…