You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I don't know if this is possible but I'm not able to see it in the Wiki.
I have to link every BottomBarItem to an specific View, in the Wiki the only example is a Dynamic view which takes the selected bar item title and place it into the dynamic View.
Is it possible?
Thanks!
The text was updated successfully, but these errors were encountered:
I was able to achieve this using an array of "views":
let views = [AnyView(NewsView()), AnyView(SearchView()), AnyView(FavoritesView())]
When the views are NavigationViews, they don't preserve the state when changing between tabs and the TabBar does not hide itself when navigating to a subview.
Hi, I don't know if this is possible but I'm not able to see it in the Wiki.
I have to link every BottomBarItem to an specific View, in the Wiki the only example is a Dynamic view which takes the selected bar item title and place it into the dynamic View.
Is it possible?
Thanks!
The text was updated successfully, but these errors were encountered: