POP到指定页面

NSArray *vcs = [self.navigationController viewControllers];
        for (UIViewController *vc in vcs) {
            if([vc isKindOfClass:NSClassFromString(@"QHPiWorldHoldLandViewController")]){
                [self.navigationController popToViewController:vc animated:NO];
            }
        }
        
[[NSNotificationCenter defaultCenter] postNotificationName:@"LandTradeSuccessNotification" object:nil];
相关文章
相关标签/搜索