暂时提交

This commit is contained in:
启星
2025-10-13 14:16:49 +08:00
parent 0879779fb3
commit de1d090b93
38 changed files with 404 additions and 72 deletions

View File

@@ -368,6 +368,7 @@
hud.bezelView.color = [UIColor blackColor];
hud.label.textColor = [UIColor whiteColor];
hud.label.text = text;
hud.label.numberOfLines = 0;
[hud hideAnimated:YES afterDelay:1];
}
+(void)showMessage:(NSString *)text view:(UIView *)view{
@@ -378,6 +379,7 @@
hud.bezelView.color = [UIColor blackColor];
hud.label.textColor = [UIColor whiteColor];
hud.label.text = text;
hud.label.numberOfLines = 0;
[hud hideAnimated:YES afterDelay:1];
}
+(void)showLoadingInView:(UIView*)view{