-
Notifications
You must be signed in to change notification settings - Fork 1
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
Hide TabBars #1
Comments
I'm afraid I don't understand your question. I saw your code and it looks like you’re not using ComposableArchitecture. If you want to using it, I recommend to start with these videos (available for free). I also recommend the whole Pointfree series if you want to learn more. In case you have some specific questions about ComposableArchitecture, you can ask it on the GitHub Discussions page. |
i Pointfree regular subscriber :) (i love their videos) i show my code which is working but without composable architecture, my quis was how we can do it with composable architecture |
I would start by defining the state and actions for your view. Then you can create a reducer and add |
hi, do you have the same problem with your app?
i mean call two times root view |
It's hard to tell without the context what's going on. Please be more descriptive when asking questions (for example: provide a list of steps to reproduce). I will take a look at the problem you experienced and let you know if I manage to reproduce it and investigate later today. |
I manage to reproduce the problem and created a dedicated issue for it: #2. Closing. |
https://github.com/AddaMeSPB/AddaMeIOSSwiftUI/blob/master/AddaMeIOS/App/AppTabView.swift#L46
i have some custom types for hiding tab bar but quis was how to use this into composable-a...
you send me this link https://stackoverflow.com/questions/58444689/swiftui-hide-tabbar-in-subview
thanks
The text was updated successfully, but these errors were encountered: