@IBAction func unwindOtherVw (seque: UIStoryboardSegue) {
println("the objectfromOtherView is \(objectFromOtherView!)")
}
我使用prepareForSeque
方法从另一个ViewController传递一个对象(NSManaged),并在故事板中退出目标控制器中的上述代码。一切正常,但如何在展开segue中添加标识符,以便prepareForSegue
可以使用seque.indentifier == ______
答案 0 :(得分:7)
您应该能够在左侧组件的树视图中看到展开segue。您可以选择它并在属性检查器中添加标识符。
例如: