jdg / MBProgressHUD

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

How to set the progress bar's progressRemainingColor and progressColor through MBProgressHUD class instance #382

Closed abhi2412shek closed 8 years ago

yas375 commented 8 years ago

Probably would be more appropriate to ask such questions at StackOverflow and to open an issue when you are reporting an issue. issue != help request

MBProgressHUD *hud = [MBProgressHUD HUDForView:view];
hud.progressRemainingColor = ...
hud.progressColor = ...