jdg / MBProgressHUD

MBProgressHUD + Customizations
http://www.bukovinski.com/
MIT License
16.01k stars 3.56k forks source link

UIActivityIndicatorView appearanceWhenContainedIn color not working on iPad #475

Closed hawkeye1194 closed 6 years ago

hawkeye1194 commented 7 years ago

[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.

matej commented 6 years ago

I modified the example project in the following way and could not reproduce the issue. Using the iPhone or iPad made no difference.

screen shot 2017-11-12 at 14 01 34