在UIAlertController中执行segue(展开?)

时间:2016-08-13 19:23:38

标签: objective-c segue uialertaction

我在Main.storyboard中有这一切 NavigationController> ViewOneController> ViewTwoController

在ViewController2游戏结束时,我想通过在UIAlertAction中使用segue返回ViewController1。

我知道我将代码保留在UIAlertAction处理程序中。然后:

{ // some segue function }

如何将此链接回ViewController1,我可以在哪里开始新游戏?

我不知道在ViewController1.m中键入哪个segue,这是一个unwindSegue,我将如何链接它们?

感谢。

1 个答案:

答案 0 :(得分:0)

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

<强> Objective-C

Objective-C code

<强> Swift 3

Swift 3 code