N
N
NONAME82018-02-10 16:20:32
Swift
NONAME8, 2018-02-10 16:20:32

How to switch to the 2nd or 3rd TabBar window?

How to switch from ViewController to 2nd TabBar window?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
NONAME8, 2018-02-10
@NONAME8

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 question

Ask a Question

731 491 924 answers to any question