AssistoLab / KVNProgress

KVNProgress is a fully customizable progress HUD that can be full screen or not.
MIT License
1.24k stars 202 forks source link

UIWindow not re-set correctly after dismissing : Lost control, intefaction, app FREEZEs #125

Open vassily-fr opened 3 years ago

vassily-fr commented 3 years ago

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 :(