We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afe308 commit b177c56Copy full SHA for b177c56
Coding_iOS/Views/EaseStartView.m
@@ -34,7 +34,7 @@ - (instancetype)initWithBgImage:(UIImage *)bgImage logoIcon:(UIImage *)logoIcon
34
_bgImageView.contentMode = UIViewContentModeScaleAspectFill;
35
_bgImageView.alpha = 0.0;
36
[self addSubview:_bgImageView];
37
- if ([NSDate isDuringMidAutumn]) {
+ if (![NSDate isDuringMidAutumn]) {
38
[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)];
39
}
40
0 commit comments