iphone - presentModalViewController : how to interact with parent
<p><p>显示模态 ViewController 可以正常工作:</p>
<pre><code>UINavigationController *navController = [ initWithRootViewController:myView];
;
;
</code></pre>
<p>在我的模态视图中,我有一个导航按钮可以切换回主菜单。通常会调用 <code>;</code> 但这在模态视图中是不可能的。我如何与“ parent ”互动以称呼他,他称之为 <code>popToViewController</code>?</p>
<p>非常感谢!</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>在模态 vc 中使用属性 parentViewController 并调用
;</p></p>
<p style="font-size: 20px;">关于iphone - presentModalViewController : how to interact with parent,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/4795868/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/4795868/
</a>
</p>
页:
[1]