在 UIAlertController 中执行 segue(unwind?)

Performing segue (unwind?) in an UIAlertController

我的 Main.storyboard.
里都有这些 NavigationController > ViewOneController > ViewTwoController

在我的 ViewController2 游戏结束时,我想通过在我的 UIAlertAction 中使用 segue return 到 ViewController1。

我知道我将代码留在了 UIAlertAction 处理程序中。那么:

{ // some segue function }

我如何link返回到我可以开始新游戏的 ViewController1?

我不知道在 ViewController1.m 中输入哪个 segue,这是一个 unwindSegue 吗?我该如何 link 他们?

谢谢。

你不是很清楚,但我猜你想放松回到最初的 ViewController。试试这个:

Objective-C

Swift 3