Open lumo2707 opened 2 years ago
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.
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.