My code:
if let url = NSURL(string: \"www.google.com\") { let safariViewController = SFSafariViewController(URL: url) safariViewController.view.tintColor
Use WKWebView's method (starting iOS 11),
class func handlesURLScheme(_ urlScheme: String) -> Bool