hiding navigation bar on the home page
This commit is contained in:
@@ -16,6 +16,7 @@ struct HomeView: View {
|
|||||||
|
|
||||||
FooterControlsView()
|
FooterControlsView()
|
||||||
}
|
}
|
||||||
|
.navigationBarHidden(true)
|
||||||
.frame(maxWidth:.infinity, maxHeight: .infinity)
|
.frame(maxWidth:.infinity, maxHeight: .infinity)
|
||||||
.accentColor(NirvanaColor.teal)
|
.accentColor(NirvanaColor.teal)
|
||||||
.background(NirvanaColor.bgLightGrey)
|
.background(NirvanaColor.bgLightGrey)
|
||||||
|
|||||||
Reference in New Issue
Block a user