matchedGeometryEffect across navigation transitions? #69
Unanswered
alexfringes
asked this question in
Q&A
Replies: 1 comment
-
This is basically #4. I suspect it's possible but certainly not trivial. It's one of the pieces I'll be digging into soon :) |
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.
-
Hey, thanks again for providing this super powerful library, with really nice abstractions.
I was wondering what your suggestions would be for moving a subview between navigation destinations, across the transition.
I haven't dug enough through the code yet, but maybe this would require parsing for .matchedGeometryEffects (or a version of that modifier specific to this library), isolating that view in the UIViewControllerTransitioning-facing code, and matching what .matchedGeometryEffect would do if this were a SwiftUI native solution?
Beta Was this translation helpful? Give feedback.
All reactions