Guest User

Untitled

a guest
Nov 9th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. import SafariServices
  2.  
  3. if let url = URL(string: "https://stackoverflow.com/") {
  4.  
  5. let svc = SFSafariViewController(url: url)
  6.  
  7. self.present(svc, animated: true, completion: nil)
  8.  
  9. }
Add Comment
Please, Sign In to add comment