Unwind from a VC to a TabBarController and change tab index
问题 I have the following Storyboard layout: When the app starts it goes to HomeView VC at TabIndex 1. In the HomeView I have a button and I segue to the TestView using performSegue(withIdentifier: "goToStartTest", sender: self) Now I want to go from TestView to HistoryView . The only way I can see to do that right now is to create a segue from TestView to TabBarController . This brings up HomeView with Tab Bar intact. I do this from TestView using performSegue(withIdentifier: "testToRes", sender: