iOS MBProgressHUD设置黑底白字。
hud.tintColor = [UIColor whiteColor];
hud.contentColor = [UIColor whiteColor];
hud.bezelView.style = MBProgressHUDBackgroundStyleSolidColor;
hud.bezelView.backgroundColor = [UIColor blackColor];
iOS MBProgressHUD设置黑底白字。
hud.tintColor = [UIColor whiteColor];
hud.contentColor = [UIColor whiteColor];
hud.bezelView.style = MBProgressHUDBackgroundStyleSolidColor;
hud.bezelView.backgroundColor = [UIColor blackColor];