Advertisement
Guest User

Untitled

a guest
Mar 21st, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.24 KB | None | 0 0
  1.     func teste() {
  2.       if let safariController  = SFSafariViewController.class {
  3.         // normal
  4.       } else {
  5.             UIApplication.shared.open("http://fudhfafhudfhdaufhdu", options: Any, completionHandler: nil)
  6.         }
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement