|
@@ -82,7 +82,7 @@ class GuidePageView: UIView {
|
|
|
|
|
|
private func removeGuideViewFromSupview() {
|
|
|
UIView.animate(withDuration: 1.0, delay: 0, options: UIView.AnimationOptions.curveEaseOut, animations: { [weak self] in
|
|
|
- WRNavigationBar.defaultStatusBarStyle = .default
|
|
|
+
|
|
|
self?.alpha = 0.0
|
|
|
let transform = CATransform3DScale(CATransform3DIdentity, 1.5, 1.5, 1.0)
|
|
|
self?.layer.transform = transform
|