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

FIX: Sometimes execute too near will lead progressWindow not be properly removed #84

Open CocodyChou opened 8 years ago

CocodyChou commented 8 years ago

FIX: executing [KVNProgress showProgress: 0 status: @ "Uploading ..."] ,a very short time later to perform [KVNProgress showSuccess], will lead progressWindow not be properly removed. Needs to hide the window and set nil before set a new window.