回答編集履歴
3
AppDelegateの実装不要そう
test
CHANGED
@@ -14,4 +14,4 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
AppDelegate.swift の
|
17
|
+
Bool はセットされていない場合 false になるので AppDelegate.swift の実装は不要そうです。
|
2
文言変更
test
CHANGED
@@ -14,4 +14,4 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
AppDelegate.swift の今の実装だと
|
17
|
+
AppDelegate.swift の今の実装だとアプリキルして再度起動時に毎回ウォークスルー出そうですね。
|
1
リンク追加
test
CHANGED
@@ -4,10 +4,14 @@
|
|
4
4
|
|
5
5
|
参考
|
6
6
|
|
7
|
-
https://qiita.com/motokiee/items/0ca628b4cc74c8c5599d
|
7
|
+
[https://qiita.com/motokiee/items/0ca628b4cc74c8c5599d](https://qiita.com/motokiee/items/0ca628b4cc74c8c5599d)
|
8
8
|
|
9
9
|
|
10
10
|
|
11
11
|
`viewDidAppear` は画面表示時に呼ばれます。=>毎回遷移判定される。
|
12
12
|
|
13
13
|
`firstLunchKey` で取得する `Bool` 値はいつ `false` にするのかを考えれば良さそうです。
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
AppDelegate.swift の今の実装だと初回起動時に毎回ウォークスルー出そうですね。
|