gpt4 book ai didi

Swift 展开问题, View Controller 堆栈未更新

转载 作者:行者123 更新时间:2023-11-28 05:38:47 25 4
gpt4 key购买 nike

我从 Controller B 松开到 Controller A。

当我在展开函数( Controller A)上打印我的 View Controller 堆栈时,我的 Controller B 仍在堆栈中。

展开后 Controller 堆栈未更新是否正常?!

Controller B:

self.bookmarkViewController.performSegue(withIdentifier: "unwindToViewController", sender: nil)

Controller A

@IBAction func unwindToViewController(segue: UIStoryboardSegue) {
print(self.navigationController?.viewControllers)
}

最佳答案

Is it normal that after an unwind the controllers stack is not updated ?!

是的。在调用 unwindToViewController 时,segue 尚未完成。因此,您无法从此例程中推送新的 ViewController 或触发新的 segue。

viewDidAppear 运行时,viewControllers 堆栈将被更新。

关于Swift 展开问题, View Controller 堆栈未更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57674513/

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