molistar商店包版本修改 此commit置顶 1.0.5

This commit is contained in:
liyuhua
2024-05-14 11:13:15 +08:00
parent 5ab41af5ab
commit 5361829007
10 changed files with 17 additions and 5 deletions

View File

@@ -138,7 +138,7 @@
_titleView.delegate = self;
_titleView.titles = self.titles;
_titleView.backgroundColor = [UIColor clearColor];
_titleView.titleColor = UIColorFromRGB(0x4D415E);
_titleView.titleColor = [UIColor colorWithWhite:1 alpha:0.6];
_titleView.titleSelectedColor = UIColorFromRGB(0xFFFFFF);
_titleView.titleFont = [UIFont systemFontOfSize:13 weight:UIFontWeightMedium];
_titleView.titleSelectedFont = [UIFont systemFontOfSize:13 weight:UIFontWeightMedium];