Results 5 comments of 请叫我大魔王

@cguess cool

@spybart First,you should set `UIActivityIndicatorView`'s `indicatorColor` like this ``` [UIActivityIndicatorView appearanceWhenContainedInInstancesOfClasses:@[[MBProgressHUD class]]].color = [UIColor whiteColor]; ``` Then,start use the `MBProgressHUD` ``` MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:view animated:YES]; ``` It's work...