質問編集履歴
3
本文修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
2
本文修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,11 +9,13 @@
|
|
9
9
|
|
10
10
|

|
11
11
|
|
12
|
-
[このサイトを参考にして](https://qiita.com/The_Shimon/items/6c3d6bcd6bfffbfd970d)
|
12
|
+
[このサイトを参考にして](https://qiita.com/The_Shimon/items/6c3d6bcd6bfffbfd970d) 異なるビューに遷移する為のメソッド
|
13
13
|
let storyboard: UIStoryboard = UIStoryboard(name: "Main"... の
|
14
|
-
"Main"に遷移先のAnimatedTabBarControllerを設定しましたが、
|
14
|
+
"Main"に遷移先のAnimatedTabBarControllerを両クラス内に設定しましたが、
|
15
15
|
|
16
|
+
エラー
|
16
|
-
|
17
|
+
Implicit use of 'self' in closure; use 'self.' to make capture semantics explicit
|
18
|
+
が発生します。
|
17
19
|
|
18
20
|
Main.storyboardも設定して見ましたがエラーです。
|
19
21
|
|
1
本文修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Google認証 & 異なるストーリーボードのビューに遷移したい
|
1
|
+
Google認証 & 異なるストーリーボードのビューに遷移したいです。
|
body
CHANGED
File without changes
|