暂时提交
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user