Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
I'll leave the answer here
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question