[UIActivityIndicatorView appearanceWhenContainedInInstancesOfClasses:@[[MBProgressHUD class]]].color = [UIColor colorWithRed:0.357 green:0.365 blue:0.365 alpha:1.00]; is not working on the iPad. It is using the default activity indicator color. I do not have any issues on iPhone setting the color this way. Running iOS 9.3.5 on an iPad 2.
[UIActivityIndicatorView appearanceWhenContainedInInstancesOfClasses:@[[MBProgressHUD class]]].color = [UIColor colorWithRed:0.357 green:0.365 blue:0.365 alpha:1.00]; is not working on the iPad. It is using the default activity indicator color. I do not have any issues on iPhone setting the color this way. Running iOS 9.3.5 on an iPad 2.