菜鸟教程小白 发表于 2022-12-13 09:22:08

ios - 带有滑出菜单的标签栏


                                            <p><p> <a href="/image/Zq627.png" rel="noreferrer noopener nofollow"><img src="/image/Zq627.png" alt="My Storyboard"/></a> </p>

<p>RearViewController.m</p>

<pre><code>-(IBAction)unwindFromViewController:(UIStoryboardSegue *)segue
{
    if () {
      ViewController *detail = ;
      ;
}
}
</code></pre>

<p>如果我从我的 <code>RearViewController</code> 中单击返回,则不会显示 <code>ViewController</code>,而是会偷看并熄灭(再次显示 <code>RearViewcontroller</code>)。</p>

<p><strong>图像2</strong></p>

<p> <a href="/image/x1ttI.png" rel="noreferrer noopener nofollow"><img src="/image/x1ttI.png" alt="enter image description here"/></a> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我给你一个解决方案。</p>

<pre><code>      1.First remove triggered segue connection.
      2.After that give push segue connection to Back to your required view controller.
      3.Click Back Button Segue and give Identifier name as &#34;goToMainViewController&#34; or whatever you want just give there.Also segue should be &#34;push&#34;.
</code></pre>

<p>谢谢</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 带有滑出菜单的标签栏,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/31695820/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/31695820/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 带有滑出菜单的标签栏