我想删除mbprogresshud的背景视图。我正在尝试设置颜色和bezelView的背景颜色来清除颜色,但它没有显示我想要的东西。有没有办法从hud中删除背景视图。我的代码就像这样
MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:view animated:YES];
[hud.bezelView setColor:kColorMainParentColor];
[hud.bezelView setBackgroundColor:kColorMainParentColor];
[hud.bezelView setStyle:MBProgressHUDBackgroundStyleBlur];
[hud setBackgroundColor:[[UIColor whiteColor] colorWithAlphaComponent:0.2]];
答案 0 :(得分:0)
从bezelView.layer.cornerRadius = 5.f;
文件中找到此行MBProgressHUD.m
并删除或评论。