如何在 tableView4 的 tableViewController 中同时关闭 tableView4 和 tableView3?
rootView(tableView1, tabView的一个tab, 嵌入navigationController)-->pushView1(tableView2)-->pushView2(tableView3)-->ModalView1(tableView4, 嵌入navigationController);强>
UINavigationController *myNavController = [myViewController navigationController];
[myViewController dismissViewControllerAnimated:YES completion:^{
[myNavController popToViewController:[myNavController.viewControllers objectAtIndex:1] animated:YES];
}];
关于iphone - 依次dismiss一个modalView和一个pushView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10585757/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |