调整
This commit is contained in:
@@ -181,7 +181,7 @@ static inline UIColor *AStationThemeGreen(void) {
|
||||
- (void)_buildUI {
|
||||
// ── 蒙层 ──
|
||||
UIControl *mask = [[UIControl alloc] init];
|
||||
mask.backgroundColor = [UIColor colorWithWhite:0 alpha:0.35];
|
||||
mask.backgroundColor = [UIColor colorWithWhite:0 alpha:0];
|
||||
[mask addTarget:self action:@selector(_onMaskTapped) forControlEvents:UIControlEventTouchUpInside];
|
||||
[self addSubview:mask];
|
||||
self.maskControl = mask;
|
||||
|
||||
Reference in New Issue
Block a user