我想以不同的方式显示 Hud 的 Ring 和 Text 颜色。我使用的是 hud 样式SVProgressHUDStyleCustom
,但无法达到预期的效果。
我的代码如下:
[SVProgressHUD setDefaultStyle:SVProgressHUDStyleCustom];
[SVProgressHUD setRingThickness:5.0];
[SVProgressHUD setForegroundColor:[UIColor redColor]];
[SVProgressHUD setFont:[UIFont ProximaNovaA_Light:16.0]];
[SVProgressHUD setCornerRadius:3];
[SVProgressHUD setBackgroundColor:[UIColor whiteColor]];
欢迎任何帮助。