美文网首页
修改MBProgressHUD背景框为黑色

修改MBProgressHUD背景框为黑色

作者: 优雅地小男子 | 来源:发表于2017-02-25 09:56 被阅读644次

    MBProgressHUD *HUD = [MBProgressHUD showHUDAddedTo:[[UIApplication sharedApplication].windows lastObject] animated:YES];

    HUD.animationType=MBProgressHUDAnimationFade;

    HUD.label.text= text;

    [HUD showAnimated:YES];

    HUD.bezelView.backgroundColor = [UIColor blackColor];

    HUD.label.textColor = White;

    HUD.activityIndicatorColor = White;

    相关文章

      网友评论

          本文标题:修改MBProgressHUD背景框为黑色

          本文链接:https://www.haomeiwen.com/subject/sxvgwttx.html