This commit is contained in:
2026-04-13 17:48:37 +08:00
parent 14b2e6b35c
commit 881da166d1
2 changed files with 58 additions and 65 deletions

View File

@@ -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;