From 83e1b1404a5ed1f7c00c6a56c51004a11a5bb165 Mon Sep 17 00:00:00 2001 From: talksik Date: Mon, 13 Dec 2021 02:10:34 -0800 Subject: [PATCH] hiding navigation bar on the home page --- nirvana-ios/Views/HomeView/HomeView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/nirvana-ios/Views/HomeView/HomeView.swift b/nirvana-ios/Views/HomeView/HomeView.swift index a289a46..7740183 100644 --- a/nirvana-ios/Views/HomeView/HomeView.swift +++ b/nirvana-ios/Views/HomeView/HomeView.swift @@ -16,6 +16,7 @@ struct HomeView: View { FooterControlsView() } + .navigationBarHidden(true) .frame(maxWidth:.infinity, maxHeight: .infinity) .accentColor(NirvanaColor.teal) .background(NirvanaColor.bgLightGrey)