ericlewis / PageSheet

Customizable sheets using UISheetPresentationController in SwiftUI
MIT License
55 stars 7 forks source link

Namespace the preference keys to enable nested sheets #22

Closed puls closed 1 year ago

puls commented 1 year ago

Hello! I have no idea if this is a good idea/how you would do it but as it stands today, if you have nested sheets then any modifiers on the inner one immediately affect the outer one as well.