Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for full screen covers #52

Open
ohitsdaniel opened this issue Mar 2, 2021 · 0 comments
Open

Add support for full screen covers #52

ohitsdaniel opened this issue Mar 2, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ohitsdaniel
Copy link
Contributor

Idea

Add support for full screen covers.

Problem description

Since iOS 14, SwiftUI supports fullscreen covers. Let's add support to NavigationNode that allows screen to be shown as a fullscreen cover. As this is not supported in iOS13, we could try to wrap the content in a FullScreenCoverTransition described in #51. For iOS14, let's just stick to what we SwiftUI provides.

@ohitsdaniel ohitsdaniel added the enhancement New feature or request label Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant