Open Goallying opened 7 months ago
Use following property to change text only hud background color. NOTE: It will change color but hidden behind blur view.
MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.view animated:YES];
hud.bezelView.backgroundColor = [UIColor redColor];
how to change "text only" hud background Color?