Hud の Ring と Text の色を別々に表示したい.hud style を使用し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]];
どんな助けでも大歓迎です。