Created
November 22, 2018 09:35
-
-
Save mitnick78/0baa14a46bba11685b44e1f45ca3857e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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