Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. var host: String!
  2.  
  3. func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool {
  4.  
  5. host = url.host
  6. print(host)
  7.  
  8. return true
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement