Commit 78cc61744ed28a03c1c08b91edf46bf14f8afd3e
1 parent
3a590b2a
no message
Showing
2 changed files
with
4 additions
and
0 deletions
CNLiveScioLive/Pages/Base/CNLiveENTabBarController.m
| ... | ... | @@ -24,6 +24,9 @@ |
| 24 | 24 | _indexFlag = 0; |
| 25 | 25 | |
| 26 | 26 | [self initItemsAndViewContorllers]; |
| 27 | + self.tabBar.tintColor = Color_Blue; | |
| 28 | + | |
| 29 | + | |
| 27 | 30 | // [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(changeLanguageVersion:) name:@"changeLanguageVersion" object:nil]; |
| 28 | 31 | |
| 29 | 32 | } | ... | ... |
CNLiveScioLive/Pages/Base/CNLiveTabBarController.m
| ... | ... | @@ -23,6 +23,7 @@ |
| 23 | 23 | // Do any additional setup after loading the view. |
| 24 | 24 | _indexFlag = 0; |
| 25 | 25 | [self initItemsAndViewContorllers]; |
| 26 | + self.tabBar.tintColor = Color_Blue; | |
| 26 | 27 | // [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(changeLanguageVersion:) name:@"changeLanguageVersion" object:nil]; |
| 27 | 28 | |
| 28 | 29 | } | ... | ... |