回答編集履歴
1
コードの修正
test
CHANGED
@@ -6,6 +6,6 @@
|
|
6
6
|
|
7
7
|
```Swift
|
8
8
|
|
9
|
-
let nextVC = self.storyboard?.instantiateViewController(identifier: "next") as! NextViewController
|
9
|
+
let nextVC = self.storyboard?.instantiateViewController(withIdentifier: "next") as! NextViewController
|
10
10
|
|
11
11
|
```
|