【发布时间】:2019-04-30 06:06:42
【问题描述】:
我正在使用MBProgressHUD 显示 toast 消息,但 toast 消息会通过它获得一些视图 下面是正在使用的代码
MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:window.contentView animated:YES];;
// Configure for text only and offset down
hud.mode = MBProgressHUDModeText;
hud.labelText = @"some message......";
hud.margin = 10.f;
hud.yOffset = 200.f;
hud.removeFromSuperViewOnHide = YES;
[hud hide:YES afterDelay:20];
【问题讨论】:
-
您需要为您的问题添加更多上下文,因为它似乎有点模棱两可。
-
-
@iMHiteshSurani MBProgressHUD。
标签: ios objective-c macos mbprogresshud