Jump to a specific tab in a UITabBarController

Was the title/question changed? I thought the question was about Xcode… For what you’re asking, try setting selectedIndex of your UITabBarController, like this: self.tabBarController.selectedIndex = indexOfTab; However don’t overuse it, some automatic transitions between tabs can be considered as bad user experience. Don’t just stop with this shortcut – learn more! Here’s an extensive list … Read more