adamfootdev / BottomSheet

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

Disables the Ability to Dismiss a Presentation #12

Closed tomhut closed 3 years ago

tomhut commented 3 years ago

Adds a new isModalInPresentation parameter to the initializers. Setting this to true allows the user to disable dismissal of the sheet.