Closed monkiyang closed 6 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];
hud.contentColor = [UIColor whiteColor];
If you wanna set label's text color , you have to set hud content color nil. I think this may be a bug.