swiftui-tab-bar icon indicating copy to clipboard operation
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

Open bryan1anderson opened this issue 2 years ago • 1 comments
trafficstars

Screenshot 2023-08-31 at 1 58 09 PM

Something tells me hiding this thing when when keyboard is active isn't necessarily the best way to accomplish this

bryan1anderson avatar Aug 31 '23 19:08 bryan1anderson

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

zijievv avatar Sep 01 '23 05:09 zijievv