lixiang1994 / LEEAlert

优雅的可自定义 Alert ActionSheet
MIT License
1.29k stars 203 forks source link

和 SVProgressHUD 冲突 #165

Closed hori20N closed 2 years ago

hori20N commented 2 years ago

在 Alert 中的某个按钮触发一次 SVProgressHud ShowLoading 的操作,无法展示出该 toast

lixiang1994 commented 2 years ago

请检查SVProgressHud是否基于window显示?

hori20N commented 2 years ago

LEEAlert的windows level是 UIWindowLevelAlert

我这边设置了[SVProgressHUD setMaxSupportedWindowLevel: UIWindowLevelAlert]; 设置成同级就能显示了

lixiang1994 commented 2 years ago

OK