菜鸟教程小白 发表于 2022-12-12 15:59:46

ios - 如何在xamarin中隐藏ios导航栏后退按钮


                                            <p><p>我在 xamarin 中创建了一个带有 2 个屏幕的简单应用程序。</p>

<p>在第二个屏幕中,后退按钮不应出现在导航栏上。 </p>

<p>谁能帮我如何隐藏这个按钮?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>你可以像这样隐藏后退按钮:</p>

<pre><code>NavigationItem.SetHidesBackButton (true, false);
</code></pre></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 如何在xamarin中隐藏ios导航栏后退按钮,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/32069248/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/32069248/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 如何在xamarin中隐藏ios导航栏后退按钮