Add style method for UITabBar on Theme protocol. Update themes and make UITabBar non translucent.

This commit is contained in:
SBiOSoftWhare
2019-02-19 09:39:01 +01:00
parent 464507dc04
commit ed28ad922b
4 changed files with 18 additions and 2 deletions
+1 -2
View File
@@ -116,8 +116,7 @@
{
[ThemeService.shared.theme applyStyleOnNavigationBar:self.navigationController.navigationBar];
self.tabBar.tintColor = ThemeService.shared.theme.tintColor;
self.tabBar.barTintColor = ThemeService.shared.theme.headerBackgroundColor;
[ThemeService.shared.theme applyStyleOnTabBar:self.tabBar];
self.view.backgroundColor = ThemeService.shared.theme.backgroundColor;