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

Do we have some transition type similar to fullScreenCover? #2

Open
peetorres opened this issue Feb 6, 2022 · 1 comment
Open

Do we have some transition type similar to fullScreenCover? #2

peetorres opened this issue Feb 6, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@peetorres
Copy link

peetorres commented Feb 6, 2022

Hello! First of all, this is an amazing repo! Congratulations!!

I'm studying use it into some proof of concept project, and I didn't found nothing about present in full screen.
Do you have implemented this scenario? There's something more to do when when we return .present(view) into Coordinator?

I've tried to use .set(view), but it's replacing my current view, right? So with this we don't have the @Environment(\.presentationMode) var presentationMode to dismiss later 😩.

Thank you.

@vmanot vmanot added the enhancement New feature or request label Feb 22, 2022
@vmanot
Copy link
Member

vmanot commented Feb 22, 2022

@peetorres hey, sorry for the delayed reply - it's technically doable right now by setting a custom presentation style on the AnyPresentationView that you pass to a ViewTransition, but I'm working on adding a more ergonomic approach.

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

2 participants