If you are using swift, first import the WebKit module in any files you’re using web kit API:
import WebKit
Then you can use the web view:
let webView = WKWebView()
If you are using swift, first import the WebKit module in any files you’re using web kit API:
import WebKit
Then you can use the web view:
let webView = WKWebView()