请叫我大魔王
请叫我大魔王
@cguess cool
没人了吗?
用SnapKit吧
坐等解决办法
@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...