Skip to content
Snippets Groups Projects
Commit 0144c0c9 authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Kateryna Kostiuk
Browse files

UI/UX: change navbar style as to prevent blending with bg colors


Change-Id: I3c4edcb1d5cd90442705aff6f5d71906424c3d05
Reviewed-by: default avatarKateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
parent 5f07b5e7
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ class BaseViewController: UINavigationController {
}
convenience init(with type: TabBarItemType) {
self.init()
self.navigationBar.isTranslucent = false
self.tabBarItem = type.tabBarItem
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment