self.tabBarController.selectedIndex

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;
原文地址:https://www.cnblogs.com/dujiahong/p/7511197.html