This commit is contained in:
2026-01-15 18:49:31 +08:00
parent 32c4138ae0
commit d479d1903b
7 changed files with 132 additions and 2 deletions

View File

@@ -21,6 +21,7 @@
- (instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier {
if (self = [super initWithStyle:style reuseIdentifier:reuseIdentifier]) {
self.backgroundColor = [UIColor clearColor];
self.contentView.backgroundColor = [UIColor clearColor];
self.selectionStyle = UITableViewCellSelectionStyleNone;
[self.contentView addSubview:self.avatarView];