Browse Source

云教练loading去掉渐变消失效果

Steven 3 months ago
parent
commit
b2f4c56831

+ 2 - 6
KulexiuForStudent/KulexiuForStudent/Common/Base/AccompanyWebView/AccompanyLoadingView.m

@@ -75,12 +75,8 @@
         if (self.animationView.isAnimationPlaying) {
             [self.animationView stop];
         }
-        [UIView animateWithDuration:1.0f animations:^{
-            self.layer.opacity = 0.0f;
-        } completion:^(BOOL finished) {
-            [self resetTimeCount];
-            [self removeFromSuperview];
-        }];
+        [self resetTimeCount];
+        [self removeFromSuperview];
     }];
 }
 

+ 2 - 2
KulexiuForStudent/KulexiuForStudent/Common/Base/AccompanyWebView/AccompanyLoadingView.xib

@@ -31,7 +31,7 @@
                     <nil key="highlightedColor"/>
                 </label>
                 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="1Vl-Vy-gg3">
-                    <rect key="frame" x="25" y="20" width="32" height="32"/>
+                    <rect key="frame" x="30" y="20" width="32" height="32"/>
                     <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                     <state key="normal" image="delayCheck_back"/>
                     <connections>
@@ -78,7 +78,7 @@
             <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
             <constraints>
                 <constraint firstAttribute="bottom" secondItem="5FN-Gd-tjU" secondAttribute="bottom" constant="20" id="2eU-L3-gpy"/>
-                <constraint firstItem="1Vl-Vy-gg3" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="25" id="3Fl-om-V43"/>
+                <constraint firstItem="1Vl-Vy-gg3" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="30" id="3Fl-om-V43"/>
                 <constraint firstItem="ZV3-qJ-uxE" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="3r2-vl-mBg"/>
                 <constraint firstAttribute="trailing" secondItem="ZV3-qJ-uxE" secondAttribute="trailing" id="QY7-u1-n6M"/>
                 <constraint firstItem="Gn9-HQ-HPj" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" constant="-20" id="QuP-sd-KI7"/>