I'm using SVProgressHUD in my Swift project and I want different color's for the ring and text. If I'm changing using:
SVProgressHUD.setForegroundColor(UIColor.blue)
than all the hud's and text of SVProgressHUD changes to blue. Is there any way i can show blue hud and black text using SVProgressHUD.