search

Home  >  Q&A  >  body text

ios - SVProgressHUD背景不显示

高洛峰高洛峰2889 days ago372

reply all(1)I'll reply

  • ringa_lee

    ringa_lee2017-04-18 09:28:07

    • Modify the style of hud mask
      [SVProgressHUD setDefaultMaskType:SVProgressHUDMaskTypeBlack];

    • Modify hud style
      [SVProgressHUD setDefaultStyle:SVProgressHUDStyleDark];

    According to your needs, what you should change is the hud style.

    reply
    0
  • Cancelreply