瀏覽代碼

Merge remote-tracking branch 'refs/remotes/origin/develop'

marinofaggiana 5 年之前
父節點
當前提交
14dfce860d
共有 2 個文件被更改,包括 8 次插入2 次删除
  1. 8 2
      iOSClient/Brand/Intro/IntroView.swift
  2. 二進制
      iOSClient/Supporting Files/cs-CZ.lproj/Localizable.strings

+ 8 - 2
iOSClient/Brand/Intro/IntroView.swift

@@ -102,11 +102,17 @@ class IntroView: UIView, UICollectionViewDataSource, UICollectionViewDelegateFlo
     }
     
     @IBAction func login(_ sender: Any) {
-        delegate?.introFinishSelector(0)
+        delegate?.introFinishSelector(Int(k_intro_login))
+        UIView.animate(withDuration: 1.7) {
+            self.alpha = 0
+        }
     }
     
     @IBAction func signup(_ sender: Any) {
-        delegate?.introFinishSelector(1)
+        delegate?.introFinishSelector(Int(k_intro_signup))
+        UIView.animate(withDuration: 1.7) {
+            self.alpha = 0
+        }
     }
     
     @IBAction func host(_ sender: Any) {

二進制
iOSClient/Supporting Files/cs-CZ.lproj/Localizable.strings