智能连接闪退问题,热点失败提示修复,设置读读取定时器hud问题
This commit is contained in:
@@ -320,6 +320,11 @@ Copy NSString *deviceId;
|
||||
self.HUD = [MBProgressHUD showHUDAddedTo:self.view animated:YES];
|
||||
self.HUD.mode = MBProgressHUDModeIndeterminate;
|
||||
self.HUD.labelText = msg;
|
||||
if ([msg isEqualToString:@"Socket连接失败"])
|
||||
{
|
||||
[self.HUD hide:YES afterDelay:3];
|
||||
[self endProgress];
|
||||
}
|
||||
}
|
||||
-(void)endProgress{
|
||||
[self.progressView endProgressWithString:@"连接结束"];
|
||||
|
||||
Reference in New Issue
Block a user