回答編集履歴
2
修正
answer
CHANGED
@@ -12,4 +12,9 @@
|
|
12
12
|
|
13
13
|
参考URL: [How to perform Unwind segue programmatically?](http://stackoverflow.com/questions/12509422/how-to-perform-unwind-segue-programmatically)
|
14
14
|
|
15
|
-

|
15
|
+

|
16
|
+
|
17
|
+
サンプル
|
18
|
+
---
|
19
|
+
|
20
|
+
[teratail_45078 サンプル](https://github.com/KentarouKanno/teratail_45078)
|
1
修正
answer
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
エラーの内容はやはりIDが違うようなのでもう一度以下を参考に確認してみてください。
|
2
|
+
|
1
3
|
戻る先の`ViewController`に以下のコードがあるとした場合
|
2
4
|
|
3
5
|
```swift
|