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

UI/UX: add navigation button


Add back button to initial walkthrough

Change-Id: I25e2dd03d8ae862fb2a23d61c6e6289ecc01e4e7
Reviewed-by: default avatarAndreas Traczyk <andreas.traczyk@savoirfairelinux.com>
parent b39593cc
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,9 @@ class WelcomeViewController: UIViewController, StoryboardBased, ViewModelBased {
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
self.navigationController?.setNavigationBarHidden(true, animated: false)
self.navigationController?.navigationBar.setBackgroundImage(UIImage(), for: UIBarMetrics.default)
self.navigationController?.navigationBar.shadowImage = UIImage()
self.navigationController?.navigationBar.isTranslucent = true
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment