Murat
Murat
I'm also interested in this.
I'm having the same issue.
@jjxtra That is not the same thing. There are definitely certain colors for the hud or background where it would be favorable to customize the activity indicator color as well.
> @spybart > First,you should set `UIActivityIndicatorView`'s `indicatorColor` like this > > ``` > [UIActivityIndicatorView appearanceWhenContainedInInstancesOfClasses:@[[MBProgressHUD class]]].color = [UIColor whiteColor]; > ``` > Then,start use the `MBProgressHUD` > > ```...