我正在尝试使用MBProgressHud显示祝酒词,这是代码,
MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:view animated:YES];
[hud setMode:MBProgressHUDModeText];
[hud setLabelText:toastText];
hud.labelText.accessibilityLabel = toastText;
hud.yOffset = offset;
[hud hide:YES afterDelay:1.5f];
yoffset
可用于推动吐司。这有限制吗? MBProgressHUD是否具有布局约束。我需要在屏幕上方显示它,它应该适用于所有分辨率。