我对Xcode 8GM + Swift 2.3有一个奇怪的问题。
创建一个放松的segue - 就像我之前(升级之前)完成了一百万次 - 看起来好像没有被解雇。
这是一个显示问题的简单项目:https://github.com/Jeraimee/unwind_testing
这是我(一直)使用的步骤:
IBAction
。IBAction
(使用" withSegue:"附加)。IBAction
以获取页面上的按钮。IBAction
中添加:self.performSegueWithIdentifier("identifierFromStep5", sender: self)
这似乎不再起作用了......我错过了什么?