Skip to content

Instantly share code, notes, and snippets.

@amarjitdhillon
Created August 28, 2017 00:22
Show Gist options
  • Save amarjitdhillon/f230a362107a2f4e3d5974ac72033ab6 to your computer and use it in GitHub Desktop.
Save amarjitdhillon/f230a362107a2f4e3d5974ac72033ab6 to your computer and use it in GitHub Desktop.
func application(_ app: UIApplication, open url: URL, options: [UIApplicationOpenURLOptionsKey : Any] = [:]) -> Bool {
let handled = FBSDKApplicationDelegate.sharedInstance().application(app, open: url, sourceApplication: options[UIApplicationOpenURLOptionsKey.sourceApplication] as! String! , annotation: options[UIApplicationOpenURLOptionsKey.annotation])
return handled
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment