修改bug

This commit is contained in:
2026-02-09 14:24:31 +08:00
parent 3cb02d5b76
commit 3d19403539
7 changed files with 112 additions and 5 deletions

View File

@@ -318,6 +318,7 @@ static const NSUInteger kKBChatMessageLimit = 10;
- (UILabel *)titleLabel {
if (!_titleLabel) {
_titleLabel = [[UILabel alloc] init];
_titleLabel.hidden = true;
_titleLabel.font = [UIFont systemFontOfSize:13 weight:UIFontWeightMedium];
_titleLabel.textColor =
[UIColor kb_dynamicColorWithLightColor:[UIColor colorWithHex:0x1B1F1A]