-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
regular sheet animation disappeared when I add the Popover package via Swift Package Manager #25
Comments
@tm00-git what version of Popovers are you using? Popovers v1.2 had some known issues with system animations interference - Popovers v1.3 should fix them. |
@aheze thank you for prompt reply. I indeed installed latest package 1.3.0 and tested multiple times. It appears regular sheet loses animation if it is attached to NavigationView. Attaching two gifs to demonstrate behaviour. |
Weird. For now try attaching the |
the strange thing is that animations on regular sheet stops working as soon thePopovers package (v 1.3.0) is added through Xcode package manager, even without attaching .popover. Could be related with modifiers which overwrites system defaults. |
Would just like to hop in here and say that I'm experiencing the same 👋🏼 |
Hmm ok. I’m super busy this week but will check it out as soon as I can |
regular sheets (i.e. .sheet(isPresented: <Binding>, onDismiss: <(() -> Void)?(() -> Void)?() -> Void>, content: <() -> View>) ) I use across the app appearance stopped animating. Animation is restored when popover package is removed.
The text was updated successfully, but these errors were encountered: