菜鸟教程小白 发表于 2022-12-13 14:47:46

IOS:从辅助 View 中启动导航 Controller


                                            <p><p>在我的应用程序中,我有一个第一个 ViewController ,我以这种方式打开我的第二个 ViewController :</p>

<pre><code>;
</code></pre>

<p>但是当我在 secondViewController 中时,我有一个 tableView 并且我想开始一个导航 Controller ......我该怎么做才能通过代码从 seconviewcontroller 启动一个导航 Controller ?
谢谢</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>只需创建一个导航 Controller :</p>

<pre><code>UINavigationController *navigationController = [ initWithRootViewController:puntiVendita];
;
</code></pre></p>
                                   
                                                <p style="font-size: 20px;">关于IOS:从辅助 View 中启动导航 Controller ,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/11495064/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/11495064/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: IOS:从辅助 View 中启动导航 Controller