gpt4 book ai didi

ios - 如何从presentingViewController 中模态地呈现ViewController?

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

我有 3 个 View Controller 。

让我们将它们命名为 A、B 和 C。

A 呈现 B,然后 C 应该在解雇 B 后从 A 呈现。

A <=> B

A -> C

我怎样才能实现这个目标?如果问题不清楚,请告诉我,我很乐意对其进行编辑。

最佳答案

嗯,我就是这样实现的。注意:我在B里面。

let cViewController = // getting a handle of this view controller from Storyboard
let aViewController = self.navigationController?.presentingViewController

self.dismiss(animated: true) {
aViewController?.present(cViewController, animated: true)
}

关于ios - 如何从presentingViewController 中模态地呈现ViewController?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51635237/

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