Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b177c56

Browse files
中秋去掉遮罩 - 改错
1 parent 7afe308 commit b177c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Coding_iOS/Views/EaseStartView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ - (instancetype)initWithBgImage:(UIImage *)bgImage logoIcon:(UIImage *)logoIcon
3434
_bgImageView.contentMode = UIViewContentModeScaleAspectFill;
3535
_bgImageView.alpha = 0.0;
3636
[self addSubview:_bgImageView];
37-
if ([NSDate isDuringMidAutumn]) {
37+
if (![NSDate isDuringMidAutumn]) {
3838
[self addGradientLayerWithColors:@[(id)[blackColor colorWithAlphaComponent:0.4].CGColor, (id)[blackColor colorWithAlphaComponent:0.0].CGColor] locations:nil startPoint:CGPointMake(0.5, 0.0) endPoint:CGPointMake(0.5, 0.4)];
3939
}
4040

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /