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
You can also set the default tab in "User Defined Runtime Attributes" using storyboard.
Select your Tab Bar Controller from storyboard, in the right pane select Identity Inspector and add an attribute:
Key Path : selectedIndex Type : Number Value : 2 ( whatever number you want )