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];
本文标题:iOS MBProgressHUD设置黑底白字
本文链接:https://www.haomeiwen.com/subject/fbfndltx.html
网友评论