Guest User

Untitled

a guest
Mar 8th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. @IBAction func pay(_ sender: Any) {
  2.  
  3. let urlString:String = "https://website.com/video.php?user=(user)&pass=(pass)&texto=(texto)&esp=(espec)&l_origen=(l_origen)&l_destino=(l_destino)"
  4.  
  5.  
  6. let svc = SFSafariViewController(url: NSURL(string: urlString)! as URL)
  7. self.present(svc, animated: true, completion: nil)
  8. }
Add Comment
Please, Sign In to add comment