//设置距离矩形边框的距离
hud.margin = 5.0
//设置提示框的类型
hud.mode = MBProgressHUDModeIndeterminate // 菊花,默认
//设置覆盖在self.view上的背景颜色,同等大小,默认透明
hud.backgroundColor = UIColor.black 等同于
hud.backgroundView.color
//设置距离矩形边框的距离
hud.margin = 5.0
//设置提示框的类型
hud.mode = MBProgressHUDModeIndeterminate // 菊花,默认
//设置覆盖在self.view上的背景颜色,同等大小,默认透明
hud.backgroundColor = UIColor.black 等同于
hud.backgroundView.color
本文标题:MBProgressHUD
本文链接:https://www.haomeiwen.com/subject/yjxjkhtx.html
网友评论