Changing transition style while showing screen #65
Replies: 1 comment
-
No, the .push is the native segue and is not a Transition. In version 6.1, there is also "showTransition" which has some additional custom support, such as ".identity" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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