We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When animation is moving to bottom position, it jumps down some height. When dragged below bottom position, it jumps up without animating smoothly.
Animates smoothly.
Animation jumps.
Code example that reproduces the issue
This issue is reproducible on master.
How do you display panel(s)?
Add as child view controllers
How many panels do you displays?
1
Library version
Visible in all versions
Installation method
N/A
iOS version(s)
Tested on 15.4 but probably all.
Xcode version
Version 13.3.1 (13E500a
The text was updated successfully, but these errors were encountered:
Fix floating panel content view constraints (scenee#546)
6f84e25
See https://stackoverflow.com/questions/58399123/uihostingcontroller-should-expand-to-fit-contents
c19624e
Fix floating panel content view constraints (#549)
8909267
Resolved Maps-SwiftUI Example Animation Stuttering (#546)
No branches or pull requests
Description
When animation is moving to bottom position, it jumps down some height. When dragged below bottom position, it jumps up without animating smoothly.
Expected behavior
Animates smoothly.
Actual behavior
Animation jumps.
Steps to reproduce
Code example that reproduces the issue
This issue is reproducible on master.
How do you display panel(s)?
Add as child view controllers
How many panels do you displays?
1
Environment
Library version
Visible in all versions
Installation method
N/A
iOS version(s)
Tested on 15.4 but probably all.
Xcode version
Version 13.3.1 (13E500a
downward-stutter.mov
upward-stutter.mov
The text was updated successfully, but these errors were encountered: