gpt4 book ai didi

ios - Unwind segue 在 Swift 3 和 iOS 10 中不起作用

转载 作者:IT王子 更新时间:2023-10-29 05:36:36 24 4
gpt4 key购买 nike

我正在尝试在 iOS 10 和 Swift 3 中测试 unwind segue。

我做了一个像这样的简单应用程序: enter image description here

enter image description here

我在 TableViewController 类中为 segue 添加代码,并在 Table View Controller 场景中连接“Cancel”按钮和 Exit:

@IBAction func unwindToRootViewController(segue: UIStoryboardSegue) {
print("Unwind to Root View Controller")
}

但我的简单转场不起作用。我做错了什么?

最佳答案

从上面的评论中可以看出问题是这样的:

I add code for segue in TableViewController class

展开转场必须在您的“外部”ViewController 中,而不是 TableViewController

This article很好地介绍了 unwind segues。

关于ios - Unwind segue 在 Swift 3 和 iOS 10 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39915867/

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