Closed 627969687 closed 6 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
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:.
hud.contentColor
updateViewsForColor:
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