adamfootdev / BottomSheet

Access UISheetPresentationController in SwiftUI on iOS 15 using a simple .bottomSheet modifier.
MIT License
346 stars 40 forks source link

Prevent dismissal #20

Closed LinusGeffarth closed 2 years ago

LinusGeffarth commented 2 years ago

Hi there, Thanks a lot for making & sharing this library!

Could you add the option to prevent dismissal? I have a map beneath the sheet, so the sheet is supposed to stay opened.

LinusGeffarth commented 2 years ago

Turns out, you need to set isModalInPresentation: true