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
Our console is getting seriously spammed with pending: bla bla because of EasyAnimation:L274:
pending: bla bla
EasyAnimation:L274
print("pending: \(anim.keyPath) from \(anim.fromValue) to \(anim.layer.value(forKeyPath: anim.keyPath))")
Is it possible to either remove it all together or to set a flag that enables/disables this logging?
The text was updated successfully, but these errors were encountered:
Addressed in: https://github.com/icanzilb/EasyAnimation/releases/tag/1.1.2
Sorry, something went wrong.
No branches or pull requests
Our console is getting seriously spammed with
pending: bla bla
because ofEasyAnimation:L274
:Is it possible to either remove it all together or to set a flag that enables/disables this logging?
The text was updated successfully, but these errors were encountered: