質問編集履歴

1

h

2019/03/05 10:28

投稿

kurumi123456
kurumi123456

スコア45

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,11 @@
8
8
 
9
9
 
10
10
 
11
+ let storyboard: UIStoryboard = self.storyboard!
12
+
13
+ let second = storyboard.instantiateViewController(withIdentifier: "second")
14
+
11
- self.performSegue(withIdentifier: "Second", sender: nil)
15
+ self.present(second, animated: true, completion: nil)
12
16
 
13
17
 
14
18