gpt4 book ai didi

swift - performSegueWithIdentifier 后无法隐藏 BackButton

转载 作者:搜寻专家 更新时间:2023-11-01 06:05:35 26 4
gpt4 key购买 nike

<分区>

在我的应用程序中,我有一个嵌入了 Navigation Bar 的登录场景。用户登录后,我导航到仅嵌入了 Tab Bar 的主场景。为了导航,我使用了 Segue,这是我的代码:

self.performSegueWithIdentifier("loginSegue", sender: nil)

在下一个场景中 viewDidLoad 我正在尝试 hideBackButton 但它不起作用

我尝试了所有这些代码,但 BackButton 仍然显示所以这不是重复的问题:

    self.navigationItem.leftBarButtonItem = nil
self.navigationController?.navigationItem.leftBarButtonItem=nil
self.navigationItem.hidesBackButton=true
self.navigationController?.navigationItem.hidesBackButton=true
self.navigationItem.setHidesBackButton(true, animated:true);

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com