Advertisement
krotoff

Additional code in VCs for DeepLink

Aug 8th, 2017
1,367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. override func viewDidLoad() {
  2.     super.viewDidLoad()
  3.     if let appDelegate = UIApplication.shared.delegate as? AppDelegate {
  4.         appDelegate.triggerDeepLinkIfPresent()
  5.     }
  6.     //your code
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement