Replies: 1 comment 3 replies
-
@davdroman Have you had any time to think more on this? As SwiftUI matures, designs are getting more complex and a matched geometry effects across navigation transitions are a hotly requested feature. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I believe there's real potential for the library to introduce Hero Transitions for push and pop.
This would be made possible by allowing access to the subviews of the origin and destination
TransientView
s.TransientView
in itself is only a wrapper around the UIView being animated, so one could easily expose further "child"TransientView
s by tagging them with a SwiftUI modifier to be extracted. This can either be via the existing accessibility identifiers or an entirely new strongly-typed ID type:Beta Was this translation helpful? Give feedback.
All reactions