rundfunk47 / stinsen

Coordinators in SwiftUI. Simple, powerful and elegant.
MIT License
907 stars 95 forks source link

Add fullscreen cover #9

Closed dscyrescotti closed 3 years ago

dscyrescotti commented 3 years ago

Adding the support for full screen cover

rundfunk47 commented 3 years ago

Really good addition! This seems to break builds using the latest XCode 13 beta though because "Enum cases with associated values cannot be marked potentially unavailable with '@available'". I'll merge it anyway - but just a note to anyone who sees this.

dscyrescotti commented 3 years ago

I just added those using Xcode 12.5. That's why I didn't know the break. I'll check it when Xcode 13 is officially released.

rundfunk47 commented 3 years ago

I bumped the version of Stinsen to 1.0.11 as well, so this PR is added in that version.