Skip to content

Instantly share code, notes, and snippets.

import UIKit
import WebKit
import XCPlayground
func testWebCookie() {
var webView = WKWebView()
// Expiry in 30 days
let days: TimeInterval = 30 * 24 * 60 * 60