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 4.1
In your TabBarViewController class, you can add this key line
TabBarViewController
self.selectedIndex = 0