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
Grab your instance of UITabBarController then set the selectedViewController property:
selectedViewController
yourTabBarController.selectedViewController=[yourTabBarController.viewControllers objectAtIndex:3];//or whichever index you want