From 0144c0c945e9d9517c0378cda6633e41acb3d9f1 Mon Sep 17 00:00:00 2001 From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com> Date: Wed, 1 Nov 2017 13:09:46 -0400 Subject: [PATCH] UI/UX: change navbar style as to prevent blending with bg colors Change-Id: I3c4edcb1d5cd90442705aff6f5d71906424c3d05 Reviewed-by: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> --- Ring/Ring/TabBar/BaseViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Ring/Ring/TabBar/BaseViewController.swift b/Ring/Ring/TabBar/BaseViewController.swift index 02f20f2e4..42d2c11b6 100644 --- a/Ring/Ring/TabBar/BaseViewController.swift +++ b/Ring/Ring/TabBar/BaseViewController.swift @@ -54,6 +54,7 @@ class BaseViewController: UINavigationController { } convenience init(with type: TabBarItemType) { self.init() + self.navigationBar.isTranslucent = false self.tabBarItem = type.tabBarItem } } -- GitLab