I've had a look around and can't find any reference to default tab of a Tab Bar Controller in xCode. I would like the middle tab to be selected as the default when the app loads. Is there a way to do this?
I've noticed that people are sating to do:
tabBarController.selectedIndex = 2;
Where do I put this? My UITabBarController doesn't have a class file associated with it as I used storyboard to lay it out.