I am an iOS storyboard newbie. I have a problem linking specific tabs with specific ViewControllers. I have 3 tabs, when I hit the second one, it goes to the third view controller, and when I hit the third, it goes to the second view controller. Is there a way I can ensure which tab shows which view controller?
Share
I think you have a problem with your indexing of the tabs and mapping them to the view controllers. Tabs start at index 0.
So the Tab number 3 is at index 2.