質問編集履歴
2
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,4 +22,6 @@
|
|
22
22
|
UIView.animate(withDuration: 1.0, delay: 1.0, options: .curveEaseIn, animations: {self.loadingView.alpha = 0.0}, completion: nil)
|
23
23
|
|
24
24
|
}
|
25
|
-
```
|
25
|
+
```
|
26
|
+
|
27
|
+
``viewWillAppear `` ``viewDidAppear ``に記述しても解決できませんでした。
|
1
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|