AndreaMiotto / PartialSheet

A SwiftUI Partial Sheet fully customizable with dynamic height
https://github.com/AndreaMiotto/PartialSheet/wiki
MIT License
1.7k stars 190 forks source link

Partial Sheet over tab bar #159

Open lumo2707 opened 2 years ago

lumo2707 commented 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.