Bydefault MBProgressHUD came with black background color. i know how to change this color to blue or green or etc. But Is it possible to set custom Background image in Background on MBProgressHUD?
Try this code to set image
hudProgress.color =[UIColor colorWithPatternImage:[UIImage imageNamed:@"yourBackground.png"]]