A push to B ,B push to C ,现在在C做了
2019-06-25 本文已影响0人
_哈哈哈哈哈哈
NSArray *tempArray =self.navigationController.viewControllers;
for(UIViewController *vcintempArray) {
if([vc isKindOfClass:[ShiftsListViewController_iphone class]]) {
[self.navigationController popToViewController:vc animated:YES];
return;
}
}