What about have a topic where people can easily see how to manage cookies in a webview using the new language Swift? If you check in internet you won\'t find anything intere
swift 3
let storage = HTTPCookieStorage.shared for cookie in storage.cookies! { storage.deleteCookie(cookie) }