swiftui-tab-bar
swiftui-tab-bar copied to clipboard
Tab bar is hidden even when keyboard is not presented but when iPadOS is presenting the minimized text entry bubble
trafficstars
Something tells me hiding this thing when when keyboard is active isn't necessarily the best way to accomplish this
By default, the tab bar will automatically show/hide. You can pass in a Binding value of Visibility to show/hide the tab bar according to your own needs. See visibility