iphone - 依次dismiss一个modalView和一个pushView
<p><p>如何在 tableView4 的 tableViewController 中同时关闭 tableView4 和 tableView3?</p>
<p><strong>rootView(tableView1, tabView的一个tab, 嵌入navigationController)-->pushView1(tableView2)-->pushView2(tableView3)-->ModalView1(tableView4, 嵌入navigationController);</强></p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><pre><code> UINavigationController *myNavController = ;
[myViewController dismissViewControllerAnimated:YES completion:^{
animated:YES];
}];
</code></pre></p>
<p style="font-size: 20px;">关于iphone - 依次dismiss一个modalView和一个pushView,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/10585757/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/10585757/
</a>
</p>
页:
[1]