jdg / MBProgressHUD

MBProgressHUD + Customizations
http://www.bukovinski.com/
MIT License
16.01k stars 3.56k forks source link

Add support for NSProgress #347

Closed VilemKurz closed 6 years ago

VilemKurz commented 8 years ago

It would be great if one could just feed MBProgressHUD with activated NSProgress instance, so that it updates progress automatically.

brendand commented 8 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.

chinnuios commented 8 years ago

@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.

matej commented 8 years ago

@chinnuios This is completely off topic and a re-post of https://github.com/jdg/MBProgressHUD/issues/367. Don't do that.