도래울

change the color of hud place of gray color 본문

개발/iOS

change the color of hud place of gray color

도래울 2016. 8. 1. 15:18



MBProgressHUD *HUD = [[MBProgressHUD alloc] initWithView:self.navigationController.view];
HUD.color = [UIColor purpleColor];
...


Comments