![swift](https://habrastorage.org/r/w120/webt/5a/d9/45/5ad945e07aec2411024034.png)
Swift
0
Вклад в тег
let storyboard = UIStoryboard(name: "Main", bundle: nil)
let tabBarController = storyboard.instantiateViewController(withIdentifier: "TabBarController") as! UITabBarController
tabBarController.selectedIndex = 1
let appDelegate = UIApplication.shared.delegate as! AppDelegate
appDelegate.window?.rootViewController = tabBarController