Closed VilemKurz closed 6 years ago
+1 For this feature. I would love this. Right now I have to add an observer on the NSProgress and update the MBProgressHUD myself.
@VilemKurz @brendand Hi I am working on chatting app (somessaging thirdparty used). I need to implement circular progress bar on while you uploading image from phone. Despite i using MBProgressHUDModeAnnularDeterminate Loader using podfile. Working fine. that method I am using in Tableview Cell for image loading, but when i scroll and uploading new image from iphone to server then it is showing loader on every image cell . How to resolve it ?? Please Help me.
@chinnuios This is completely off topic and a re-post of https://github.com/jdg/MBProgressHUD/issues/367. Don't do that.
It would be great if one could just feed MBProgressHUD with activated NSProgress instance, so that it updates progress automatically.