We can perform a URL host check for the UIWebView: if let host = url.host, host.hasPrefix("www.google.com") { // TODO: Open url in Safari }.
確定! 回上一頁