I want to show both Ring and Text color of Hud differently.I'm using hud style SVProgressHUDStyleCustom
, but unable to achieve the desired result.
My code is following:
[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]];
Any help will be welcome.
Try This