Skip to content

Instantly share code, notes, and snippets.

@cafielo
Created January 30, 2018 03:20
Show Gist options
  • Save cafielo/29a399b36eb587baa9bc14fd48c4aa7d to your computer and use it in GitHub Desktop.
Save cafielo/29a399b36eb587baa9bc14fd48c4aa7d to your computer and use it in GitHub Desktop.
func application(_ app: UIApplication, open url: URL, options: [UIApplicationOpenURLOptionsKey : Any] = [:]) -> Bool {
let target = URLSchemeHandler.shared.parse(url: url)
window?.rootViewController?.present(target, animated: true, completion: nil)
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment