Cookies don´t keep user logged in in swift3
问题 I have this simple application with a UIWebView, but I can not use the cookies to store the loggin or keep the user logged. I open the application, I log in, I close the application, and when I open it again the login fields are blank. I would like at least that the user and password were filled based on cookies this is the code from viewController.swift import UIKit class ViewController: UIViewController { @IBOutlet var myWebView: UIWebView! override func viewDidLoad() { super.viewDidLoad()