关于tabbar之间的跳转问题
2017-08-18 本文已影响0人
小码农杰哥
self.tabBarController.selectedIndex = 0;
[self.navigationController popToRootViewControllerAnimated:NO];
self.tabBarController.selectedIndex = 0;
[self.navigationController popToRootViewControllerAnimated:NO];