-
Notifications
You must be signed in to change notification settings - Fork 87
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
Comments
Hey @alelordelo Did u get any solution? |
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 |
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 |
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 🙌🏻 |
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
The text was updated successfully, but these errors were encountered: