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
Thanks very much for giving this important feedback to this project. I am sorry because I have not focused on iOS development for years and didn't reply your last question immediately.
There's a
.toolbar(.hidden, for: .tabBar)
modifier.Put this modifier in the destination View.
And then
In the ContentView
.animation(.spring(response: 0.3, dampingFraction: 0.6), value: selection)
Put this animation in the TabView's selection property
The text was updated successfully, but these errors were encountered: