Skip to content

Instantly share code, notes, and snippets.

@mitnick78
Created November 22, 2018 09:35
Show Gist options
  • Save mitnick78/0baa14a46bba11685b44e1f45ca3857e to your computer and use it in GitHub Desktop.
Save mitnick78/0baa14a46bba11685b44e1f45ca3857e to your computer and use it in GitHub Desktop.
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
if let tabbarcontroller = segue.destination as? UITabBarController {
let navigation = tabbarcontroller.viewControllers?.first as! UINavigationController
let vc = navigation.viewControllers.first as! Vc1ViewController
vc.la = "Navigation ok"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment