隐藏个人资料的星座

This commit is contained in:
linyudan
2023-12-22 14:15:19 -08:00
parent a94e31f467
commit 266b6a1023

View File

@@ -453,6 +453,7 @@ static MewUserIntroductionView *_userIntroductionView = nil;
_starSignLabel.layer.cornerRadius = 9.0;
_starSignLabel.layer.masksToBounds = YES;
_starSignLabel.backgroundColor = [MewThemeColor mewColorWithHexString:@"#E9E1FF"];
_starSignLabel.hidden = YES;
}
return _starSignLabel;
}