Changing transition style while showing screen #65
Unanswered
divyansh0201
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is it possible to use any different transition style then the default push transition from trailing edge while using showScreen() method? If yes, how?
I tried doing -
router.showScreen(.push) { router in LoginScreenView(router: router) .transition(AnyTransition(.identity) }
but it doesn't change the default transition style!
Thanks.
@SwiftfulThinking @swiftfulthinking-llc
Beta Was this translation helpful? Give feedback.
All reactions