gpt4 book ai didi

ios - 在根导航 Controller 之前展开模态 Segue - iOS

转载 作者:行者123 更新时间:2023-11-29 01:54:52 25 4
gpt4 key购买 nike

这是我的 View Controller :

enter image description here

在初始 View Controller 和导航 Controller 的根之间有一个模态转场。

如您所见,选项卡 View 共享“后退”按钮。

这是通过导航 Controller 完成的。

当我运行以下命令时:

    self.dismissViewControllerAnimated(true, completion: nil)

单击“后退”时,没有任何反应。

我相信这会让您回到导航 Controller 的根部,它实际上什么都不做。

那么如何让“后退”按钮将我带回到第一个初始 View Controller 。

谢谢!

最佳答案

使用 unwind segue 来放松。

将它放在您的初始 ViewController 中:

@IBAction func unwindToSegue (segue : UIStoryboardSegue) {}

然后按住 Ctrl 并从您的按钮拖动到 TabViewController 的“退出”符号。 unwindToSegue 方法应该会出现,所以选择它。

关于ios - 在根导航 Controller 之前展开模态 Segue - iOS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30982058/

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