NSArray *tempArray =self.navigationController.viewControllers;
for(UIViewController *vcintempArray) {
if([vc isKindOfClass:[ShiftsListViewController_iphone class]]) {
[self.navigationController popToViewController:vc animated:YES];
return;
}
}
NSArray *tempArray =self.navigationController.viewControllers;
for(UIViewController *vcintempArray) {
if([vc isKindOfClass:[ShiftsListViewController_iphone class]]) {
[self.navigationController popToViewController:vc animated:YES];
return;
}
}
本文标题:A push to B ,B push to C ,现在在C做了
本文链接:https://www.haomeiwen.com/subject/zavzqctx.html
网友评论