Murat

Results 4 comments of Murat

I'm also interested in this.

@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` > > ```...