Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neted Navigation with tabView #52

Open
amr-sayed opened this issue Sep 17, 2024 · 0 comments
Open

Neted Navigation with tabView #52

amr-sayed opened this issue Sep 17, 2024 · 0 comments

Comments

@amr-sayed
Copy link

Hello,

I have a question regarding MijickNavigationView what if I need to make nested navigation and I want to make the tabView appear
in the all screens

if we are using the native navigationView for each tab I made it NavigationView

TabView(selection: $selectedTab) {
NavigationView {
HomeView()
.padding(.bottom, 10)
.tag(0)
}
NavigationView {
Text("")
.padding(.bottom, 40)
.tag(1)
}
}

for that the tabView will appear in all screens but, what happened in this library it will push the new view and hide the tabView

Would you please help me how to chive this with MijickNavigationView

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant