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
Is it possible to get notified after .addPanel(toParent: vc, animated: true) finished animating?
The text was updated successfully, but these errors were encountered:
I'm sorry it isn't possible for now and you need to show(animated:completion). However I'm considering to add completion argument to addPanel method.
show(animated:completion)
completion
Sorry, something went wrong.
Add completion handler in addPanel(toParent:) (#402)
904a661
addPanel(toParent:) has been added a completion handler since v2.4.0. Thank you for your request.
addPanel(toParent:)
No branches or pull requests
Is it possible to get notified after .addPanel(toParent: vc, animated: true) finished animating?
The text was updated successfully, but these errors were encountered: