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
While closing the viewcontroller via dragging, calling floatPanelController's hide() will cause a crash.
Code example that reproduces the issue
public final class ExampleViewController: FloatingPanelController { private lazy var backdropTapGesture = UITapGestureRecognizer(target: self, action: #selector(handleBackdrop(_:))) init() { super.init() backdropView.addGestureRecognizer(backdropTapGesture) } @objc func handleBackdrop(_ sender: UITapGestureRecognizer) { hide() } }
Library version 1.5.1
Installation method
iOS version(s) 12.2
Xcode version 10.2.1
The text was updated successfully, but these errors were encountered:
Thanks, @cozzin! I will fix it.
Sorry, something went wrong.
I fixed #220. Thanks again, @cozzin!
@scenee You're welcome. I am a big fan of this library. Thank you for your quick fix.
panningEnd
Successfully merging a pull request may close this issue.
Short description
While closing the viewcontroller via dragging, calling floatPanelController's hide() will cause a crash.
Expected behavior
Actual behavior
Steps to reproduce
Code example that reproduces the issue
Environment
Library version
1.5.1
Installation method
iOS version(s)
12.2
Xcode version
10.2.1
The text was updated successfully, but these errors were encountered: