I have a UITabBarController which containing 4 different UIViewControllers. On first tab there is a UINavigationViewController
UITabBarController
UIViewControllers
UINavigationViewController
if set delegate Try this:
self.selectedIndex = 1;
You are the tabBarController :)