回答編集履歴

1

コードの修正

2019/12/16 09:03

投稿

hayabusabusash
hayabusabusash

スコア767

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
  ```