Skip to content

Instantly share code, notes, and snippets.

View hayahyts's full-sized avatar
🏠
Working from home

Aryeetey Solomon Aryeetey hayahyts

🏠
Working from home
  • Thrive Market
  • Ghana
View GitHub Profile
@hayahyts
hayahyts / ViewController.swift
Last active November 2, 2023 01:45
How to prevent WKWebView to repeatedly ask for permission to access location?
import UIKit
import WebKit
import CoreLocation
class ViewController: UIViewController , CLLocationManagerDelegate, WKScriptMessageHandler{
var webView: WKWebView?
var manager: CLLocationManager!
override func viewDidLoad() {
super.viewDidLoad()