跨层pop

作者: IceWall_Rin | 来源:发表于2016-05-26 16:45 被阅读7次

for(UIViewController *controller in self.navigationController.viewControllers) {

if([controller isKindOfClass:[OverWorkRecevice class]]){

OverWorkRecevice*owr = (OverWorkRecevice *)controller;

[self.navigationControllerpopToViewController:owr animated:YES];

}

}

相关文章

网友评论

      本文标题:跨层pop

      本文链接:https://www.haomeiwen.com/subject/qwrxdttx.html