jdg / MBProgressHUD

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

The progress bar color problem #463

Closed 627969687 closed 6 years ago

627969687 commented 7 years ago

In this method(updateViewsForColor) , I see you through "UIAppearance" to ignore the color of the progress bar is set , What is the meaning of doing

So... I can't set the color qq20170315-165029

matej commented 6 years ago

The hud.contentColor overrides this value on MBBarProgressView. That's by design. If you want a custom appearance here you need to create your own bar view. Or override and tweak updateViewsForColor:.