This commit is contained in:
2025-11-06 21:38:58 +08:00
parent 0d13192723
commit 0fa3d10284
15 changed files with 300 additions and 20 deletions

View File

@@ -11,7 +11,7 @@
- (instancetype)initWithFrame:(CGRect)frame{
if (self = [super initWithFrame:frame]) {
self.backgroundColor = [UIColor blueColor];
self.backgroundColor = [UIColor clearColor];
}
return self;
}