KindViewController *vc =((UINavigationController *) [self.tabBarController viewControllers][1]).viewControllers[0]; vc.countryName = ((ObjForCountryArray *)self.countryModel.obj[index]).poc_name; vc.isHomePush = YES; self.tabBarController.selectedIndex = 1;