Skip to content

Commit 4314024

Browse files
author
YSC
committed
update-> Fix big gray bugs
1 parent e4d64e1 commit 4314024

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Demo/WSProgressHUD/WSProgressHUD.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,6 @@ - (void)startIndicatorAnimation: (BOOL)start
916916
[self startSecondProrityIndicatorAnimation:start];
917917
} else {
918918
self.indicatorView.activityIndicatorViewStyle = UIActivityIndicatorViewStyleWhiteLarge;
919-
// self.indicatorView.color = [UIColor lightGrayColor];
920919
self.indefiniteAnimationView.hidden = YES;
921920
self.spinnerView.hidden = YES;
922921
if (start) {

Demo/WSProgressHUDDemo/Base.lproj/Main.storyboard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
</connections>
188188
</button>
189189
</subviews>
190-
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
190+
<color key="backgroundColor" red="0.98241939620641106" green="1" blue="0.96824483730512867" alpha="1" colorSpace="calibratedRGB"/>
191191
<constraints>
192192
<constraint firstItem="iqL-A6-PHI" firstAttribute="top" secondItem="D8m-Cd-Je5" secondAttribute="bottom" constant="5" id="07r-on-dMM"/>
193193
<constraint firstItem="keO-NK-Whb" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leadingMargin" constant="20" id="2j9-Ho-8cD"/>

0 commit comments

Comments
 (0)