回答編集履歴

1

追加

2017/01/02 22:23

投稿

fromageblanc
fromageblanc

スコア2724

test CHANGED
@@ -3,3 +3,13 @@
3
3
 
4
4
 
5
5
  順序が逆です。aとbに同じ名前でunwindのファンクションを書いたのち、cにて戻るボタンからexitにドラッグ、unwindのファンクションを選択すればOKです。
6
+
7
+
8
+
9
+ 具体的には、a、cに以下を書いておき、cでexitにドラッグして`unwind`を選択します。
10
+
11
+ ```swift
12
+
13
+ @IBAction func unwind(_ segue:UIStoryboardSegue){}
14
+
15
+ ```