SyntaxFix
Write A Post
Hire A Developer
Questions
import UIKit import SafariServices let url = URL(string: "https://sprotechs.com") let vc = SFSafariViewController(url: url!) present(vc, animated: true, completion: nil)