This commit is contained in:
2025-11-25 16:10:08 +08:00
parent 1eb73f5257
commit b660eb19f4
7 changed files with 26 additions and 10 deletions

View File

@@ -212,7 +212,7 @@
//
self.hotButton = [UIButton buttonWithType:UIButtonTypeCustom];
[self.hotButton setTitle:@"Ranking List" forState:UIControlStateNormal];
[self.hotButton setTitle:KBLocalized(@"Ranking List") forState:UIControlStateNormal];
[self.hotButton setTitleColor:[UIColor darkTextColor] forState:UIControlStateNormal];
[self.hotButton setTitleColor:[UIColor blackColor] forState:UIControlStateSelected];
self.hotButton.titleLabel.font = [UIFont boldSystemFontOfSize:16];
@@ -221,7 +221,7 @@
[self.topBar addSubview:self.hotButton];
self.rankButton = [UIButton buttonWithType:UIButtonTypeCustom];
[self.rankButton setTitle:@"Persona circle" forState:UIControlStateNormal];
[self.rankButton setTitle:KBLocalized(@"Persona circle") forState:UIControlStateNormal];
[self.rankButton setTitleColor:[UIColor darkTextColor] forState:UIControlStateNormal];
[self.rankButton setTitleColor:[UIColor blackColor] forState:UIControlStateSelected];
self.rankButton.titleLabel.font = [UIFont boldSystemFontOfSize:16];