Skip to content

Instantly share code, notes, and snippets.

View BoogieMonster1O1's full-sized avatar
๐ŸŽ

Shrish Deshpande BoogieMonster1O1

๐ŸŽ
View GitHub Profile
//
// ViewController.swift
// Test0
//
import UIKit
import WebKit
class ViewController: UIViewController, WKUIDelegate, WKNavigationDelegate, UIWebViewDelegate {
var webView: WKWebView!