How can I switch to some tab in UITabBarController using StoryBoard? I have tried the code below but without success (the tab is not selected):
UITabBarController
Swift 5.3
Let tabBar be an instance of UITabBarController then :
tabBar
tabBar.selectedViewController = tabBar.viewControllers![2]
Note: Instead of 2, put your desired viewController's index