换肤完成

This commit is contained in:
启星
2025-08-18 15:23:07 +08:00
parent 4b577a31f0
commit 72d156aa41
59 changed files with 585 additions and 420 deletions

View File

@@ -398,10 +398,11 @@
}
-(void)setBtnTypeWithIsFollow:(BOOL)isFollow{
[self.focusBtn setTitle:isFollow?QXText(@"跟随"):QXText(@"私信") forState:(UIControlStateNormal)];
[self.focusBtn setTitleColor:UIColor.whiteColor forState:(UIControlStateNormal)];
self.focusBtn.backgroundColor = RGB16(0x333333);
self.focusBtn.titleLabel.font = [UIFont systemFontOfSize:14];
// [self.focusBtn setTitle:isFollow?QXText(@"跟随"):QXText(@"私信") forState:(UIControlStateNormal)];
[self.focusBtn setBackgroundImage:[UIImage imageNamed:isFollow?@"room_user_follow":@"expansion_call"] forState:(UIControlStateNormal)];
// [self.focusBtn setTitleColor:UIColor.whiteColor forState:(UIControlStateNormal)];
// self.focusBtn.backgroundColor = RGB16(0x333333);
// self.focusBtn.titleLabel.font = [UIFont systemFontOfSize:14];
[self.focusBtn addRoundedCornersWithRadius:12.5];
}
-(QXSendGiftView *)sendView{