gpt4 book ai didi

ios - 将按钮连接到导航 View Controller

转载 作者:行者123 更新时间:2023-11-30 13:36:44 24 4
gpt4 key购买 nike

这是 iOS 应用程序中帐户选项卡的设计。 enter image description here

我想将注销按钮与登录界面连接。并将编辑界面中的“完成”按钮与“帐户”界面连接起来。

但是当我使用 show 或 model segeue 连接它们时,会发生以下情况! enter image description here

是否有办法通过编码连接它们而不得到这个结果?

你能帮我一下吗,我需要做什么才能让它发挥作用?

最佳答案

如果它是 Root View Controller ,你应该尝试一下

self.navigationController?.popToRootViewControllerAnimated(true)

或者如果不是那么

// pops to the 3rd controller in the stack, because indexing starts with 0
navigationController!.popToViewController(navigationController!.viewControllers[2], animated: false)

关于ios - 将按钮连接到导航 View Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35989290/

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