先留個(gè)眼,后續(xù)補(bǔ)充
最基礎(chǔ)的顯示车伞,關(guān)閉
//開啟菊花
MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.navigationController.view animated:YES];
//自定義菊花背景顏色
hud.bezelView.style = NSPersonNameComponentsFormatterStyleMedium;
hud.bezelView.backgroundColor = [UIColor redColor];
//關(guān)閉菊花
[hud hideAnimated:YES];