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
When displaying the bottom sheet over a TabBar the TabBar is still visible and not covered by the bottom sheet.
The .partialSheet(isPresented: Binding) { BottomSheetView()} is called within the first tab.
Is this the right way?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I have the following issue:
When displaying the bottom sheet over a TabBar the TabBar is still visible and not covered by the bottom sheet.
The .partialSheet(isPresented: Binding) { BottomSheetView()} is called within the first tab.
Is this the right way?
Thanks in advance.
The text was updated successfully, but these errors were encountered: