我不想禁用UITableView滚动,我也希望将HUD保持在UITableView的中心.
有可能实现它吗?
UIView *view = self.tableView.superview; // UIView *view = self.navigationController.view; if you are using navigationController if (view != nil) { MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:view animated:YES]; }