jdg / MBProgressHUD

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

HUD label can't set text color successfully #441

Closed monkiyang closed 6 years ago

monkiyang commented 8 years ago

If you wanna set label's text color , you have to set hud content color nil. I think this may be a bug.

// this hud's mode is MBProgressHUDModeCustomView
hud.contentColor = nil;
hud.label.textColor = [UIColor whiteColor];
itlijunjie commented 8 years ago

hud.contentColor = [UIColor whiteColor];