teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

3

本文修正

2017/12/28 03:22

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
File without changes

2

本文修正

2017/12/28 03:22

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -9,11 +9,13 @@
9
9
 
10
10
  ![イメージ説明](3c25866f9651943ccea38c9948c9b700.png)
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
- エラーImplicit use of 'self' in closure; use 'self.' to make capture semantics explicitが発生します。
17
+ Implicit use of 'self' in closure; use 'self.' to make capture semantics explicit
18
+ が発生します。
17
19
 
18
20
  Main.storyboardも設定して見ましたがエラーです。
19
21
 

1

本文修正

2017/12/27 19:03

投稿

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