This commit is contained in:
启星
2025-09-24 09:14:50 +08:00
parent 3b6b02f950
commit d361de3687
18 changed files with 71 additions and 33 deletions

View File

@@ -274,8 +274,8 @@
- (void)awakeFromNib {
[super awakeFromNib];
// Initialization code
CGFloat iconWidth = 38;
CGFloat iconHeight = 16;
CGFloat iconWidth = UserIconWidth;
CGFloat iconHeight = UserIconHeight;
CGFloat margin = 6;
for (int i = 0; i < 3; i++) {
UIImageView *iconImageView = [[UIImageView alloc] init];