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
I found a bug while using this library. It sometimes change presentedView's origin(unwanted behavior)
x
[ ]
Filling out the following details about bugs will help us solve your issue sooner.
PanModal version: 1.2.7
iOS version: 16.1 beta
panModalSetNeedsLayoutUpdate
viewDidLayoutSubviews
clearly layout the view, and update it's height.
presentedView's origin changed without any action. actual: expected:
The text was updated successfully, but these errors were encountered:
slackhq#190 fix bug: adjust presentedView origin in PanContainerView
94b2b75
No branches or pull requests
Description
I found a bug while using this library. It sometimes change presentedView's origin(unwanted behavior)
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
PanModal version: 1.2.7
iOS version: 16.1 beta
Steps to reproduce:
panModalSetNeedsLayoutUpdate
in viewController'sviewDidLayoutSubviews
Expected result:
clearly layout the view, and update it's height.
Actual result:
presentedView's origin changed without any action.
actual:
expected:
The text was updated successfully, but these errors were encountered: