dispatch_async(dispatch_get_main_queue(), ^{ [SVProgressHUD showWithStatus:@"加载中..."]; });部分方法SVProgressHUD无效 最好在主队列里使用