質問編集履歴
17
本文修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
16
本文修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
15
本文修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
14
本文修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
13
本文修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
12
本文修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
11
本文修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
10
本文修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
9
本文修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
8
本文修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
7
本文修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
6
本文修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
5
本文修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
4
本文修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
3
本文修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,8 +3,10 @@
|
|
3
3
|
|
4
4
|
画像左から4番目のログインビューでFirebaseAuthのgoogle認証でログインした直後に、
|
5
5
|
5番目のホームビューAnimated Tab Bar Controllerに遷移したいのですが、
|
6
|
+
ログイン後も遷移せず4番目のログインビューにいる状態です。
|
6
7
|
メソッドが分かりません。
|
7
8
|
|
9
|
+
|
8
10
|

|
9
11
|
|
10
12
|
|
2
本文修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
swift4
|
2
2
|
xcode9.2
|
3
3
|
|
4
|
-
画像左から4番目のビューでFirebaseAuthのgoogle認証でログインし、
|
4
|
+
画像左から4番目のログインビューでFirebaseAuthのgoogle認証でログインした直後に、
|
5
|
-
|
5
|
+
5番目のホームビューAnimated Tab Bar Controllerに遷移したいのですが、
|
6
6
|
メソッドが分かりません。
|
7
|
+
|
7
8
|

|
8
9
|
|
9
10
|
|
10
11
|
[【iOS】画面遷移の基礎](https://qiita.com/fromage-blanc/items/b3cb0e7833a1d5659463)を参考に進めていましたが、
|
11
|
-
googleのサインイン後に遷移するのとは
|
12
|
+
googleのサインイン後に遷移するのとは異なる内容の様で、よく分かりませんでした。
|
12
13
|
|
13
14
|
どなたか教えていただけないでしょうか?
|
14
15
|
よろしくお願いします。
|
1
本文修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,9 +2,11 @@
|
|
2
2
|
xcode9.2
|
3
3
|
|
4
4
|
画像左から4番目のビューでFirebaseAuthのgoogle認証でログインし、
|
5
|
-
その直後に5番目のAnimated Tab Bar Controllerに遷移したいのですが、
|
5
|
+
その直後に5番目のホーム画面であるAnimated Tab Bar Controllerに遷移したいのですが、
|
6
|
+
メソッドが分かりません。
|
6
|
-
|
7
|
+

|
7
8
|
|
9
|
+
|
8
10
|
[【iOS】画面遷移の基礎](https://qiita.com/fromage-blanc/items/b3cb0e7833a1d5659463)を参考に進めていましたが、
|
9
11
|
googleのサインイン後に遷移するのとは違う様でよく分かりませんでした。
|
10
12
|
|