回答編集履歴

1

キーを修正

2019/07/16 15:29

投稿

hayabusabusash
hayabusabusash

スコア767

test CHANGED
@@ -112,7 +112,7 @@
112
112
 
113
113
  // サインアップ済みならホームのViewControllerを表示
114
114
 
115
- if UserDefaults.standard.bool(forKey: "appSignUpKey") {
115
+ if UserDefaults.standard.bool(forKey: "appSignUpStatusKey") {
116
116
 
117
117
  rootVC.pushViewController(/*HomeViewController*/, animated: false)
118
118