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
What where you trying to do using download progress with %
What actually happened lost control, app FREEZES
What you think went wrong (optional) I fixed it on by branch : https://github.com/vassily-fr/KVNProgress
How to reproduce the issue simply call KVNShow(progress: value) multiple time from a presenter (in Clean Archi) instead of from controller
Details Swift 5 Xcode 12
I fixed the issue on a branch you can find here : https://github.com/vassily-fr/KVNProgress
it's juste one line to move in "KVNProgress.m"
Can't do a pull request sorry :(
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What where you trying to do
using download progress with %
What actually happened
lost control, app FREEZES
What you think went wrong (optional)
I fixed it on by branch : https://github.com/vassily-fr/KVNProgress
How to reproduce the issue
simply call KVNShow(progress: value) multiple time from a presenter (in Clean Archi) instead of from controller
Details
Swift 5 Xcode 12
I fixed the issue on a branch you can find here :
https://github.com/vassily-fr/KVNProgress
it's juste one line to move in "KVNProgress.m"
Can't do a pull request sorry :(
The text was updated successfully, but these errors were encountered: