質問編集履歴

3

本文修正

2017/12/28 03:22

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
File without changes

2

本文修正

2017/12/28 03:22

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -20,15 +20,19 @@
20
20
 
21
21
 
22
22
 
23
- [このサイトを参考にして](https://qiita.com/The_Shimon/items/6c3d6bcd6bfffbfd970d)両クラス内に 異なるビューに遷移する為のメソッド
23
+ [このサイトを参考にして](https://qiita.com/The_Shimon/items/6c3d6bcd6bfffbfd970d) 異なるビューに遷移する為のメソッド
24
24
 
25
25
  let storyboard: UIStoryboard = UIStoryboard(name: "Main"... の
26
26
 
27
- "Main"に遷移先のAnimatedTabBarControllerを設定しましたが、
27
+ "Main"に遷移先のAnimatedTabBarControllerを両クラス内に設定しましたが、
28
+
29
+
30
+
28
-
31
+ エラー
29
-
30
-
32
+
31
- エラーImplicit use of 'self' in closure; use 'self.' to make capture semantics explicitが発生します。
33
+ Implicit use of 'self' in closure; use 'self.' to make capture semantics explicit
34
+
35
+ が発生します。
32
36
 
33
37
 
34
38
 

1

本文修正

2017/12/27 19:03

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- Google認証 & 異なるストーリーボードのビューに遷移したい
1
+ Google認証 & 異なるストーリーボードのビューに遷移したいです。
test CHANGED
File without changes