-
When using this code to display a fullScreenCover using an optional child state binding, dismissing the fullScreenCover loses the normal animation. Instead, the view just disappears when dismissed. Is there any workaround for this behavior?
The action for childDismissed looks like:
Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
mbrandonw
Nov 1, 2022
Replies: 1 comment 9 replies
-
I'm not able to reproduce this locally. Can you share more code? Is the cover being dismissed by sending the |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
jondlew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not able to reproduce this locally. Can you share more code? Is the cover being dismissed by sending the
childDismissed
action? Or using@Environment(\.dismiss)
?