Autofill Username and Password UIWebView Swift
问题 I've found many ways to autofill a username and password in objective-c, but I can't figure out how to make it work with Swift. What would be the Swift equivalent of this code and would this work for what I am trying to accomplish? Thanks - (void)webViewDidFinishLoad:(UIWebView *)webView { // Auto fill the username and password text fields, assuming the HTML has // <input type="text" name="username"> and // <input type="text" name="password"> NSString *savedUsername = [[NSUserDefaults