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

Full Screen cover equivalent #67

Open
alelordelo opened this issue Sep 8, 2021 · 4 comments
Open

Full Screen cover equivalent #67

alelordelo opened this issue Sep 8, 2021 · 4 comments

Comments

@alelordelo
Copy link

Is there an equivalent to a SwiftUI .fullScreenCover( )?
https://www.hackingwithswift.com/quick-start/swiftui/how-to-present-a-full-screen-modal-view-using-fullscreencover

@Bikash-Giri
Copy link

Hey @alelordelo Did u get any solution?

@TMUSJRad
Copy link

I would also like to know if there was a solution for this. This library is very useful, but I have a Google Places screen that I need to embed in a NavigationStack as a sheet. When the sheet closes, all of the Views in the NavigationStack close along with it.

@davidscheutz
Copy link

davidscheutz commented Feb 19, 2023

Hey @alelordelo & @Bikash-Giri, I run into the same issue and created a simple SwiftUI library that with the capability to present full screen sheets. Maybe that's an alternative that works for you? https://github.com/davidscheutz/swiftui-infinite-navigation

@davidscheutz
Copy link

Hey @TMUSJRad, the library mentioned above also supports the use case you described: You can present a sheet, push views into the stack that is embedded in the sheet and if you dismiss the sheet the entire stack is gone 🙌🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants