self.tabBarController.selectedIndex = 1;
// 这个是跳转到对应的哪个tabbar
[self.navigationController popViewControllerAnimated:YES];
self.tabBarController.selectedIndex = 1;
// 这个是跳转到对应的哪个tabbar
[self.navigationController popViewControllerAnimated:YES];