ios – My challenge has 2 navigation bar styes; default swiftui navbar and a customized one.Is there a method to disguise the swiftUI navigation bar at a sure level?

on

|

views

and

comments

[ad_1]

I’m doing a challenge the place I’m implementing the SwiftUI default navbar [navigation view and navigation link] after which I created my very own custome navbar for the remainder of the screens.

So, I’m utilizing the SwiftUI navbar for the login course of in my utility.
However after the person logs in, they’re taken to the homepage. That is the place I carried out my very own navigationBar type.

Now you see, I linked the login button with the homepage utilizing:
NavigationLink(vacation spot: HomepageView())

You see the place the issue is, it is like I am nesting 2 navigation views and so I am getting 2 navigation bars. I wish to disguise the default navigationBar that got here from the login course of.
So I attempted utilizing the [.navigationBarHidden(true)] but it surely doesn’t work in any respect.

In brief, how do I implement 2 navigation Views [one default, one custome] the place I can use one for a bit of my app after which the opposite for an additional part with out having them to collide like this.

The perfect i might discover was:

//added this to my HomepageView()
.navigationBarTitleDisplayMode(.inline)
.navigationBarHidden(true)

The navbar show mode adjustments to inline, however it’s nonetheless there 🙂

I am actually a newbie nonetheless, so are you able to please assist me.

[ad_2]

Share this
Tags

Must-read

Top 42 Como Insertar Una Imagen En Html Bloc De Notas Update

Estás buscando información, artículos, conocimientos sobre el tema. como insertar una imagen en html bloc de notas en Google

Top 8 Como Insertar Una Imagen En Excel Desde El Celular Update

Estás buscando información, artículos, conocimientos sobre el tema. como insertar una imagen en excel desde el celular en Google

Top 7 Como Insertar Una Imagen En Excel Como Marca De Agua Update

Estás buscando información, artículos, conocimientos sobre el tema. como insertar una imagen en excel como marca de agua en Google

Recent articles

More like this