UIApplication.sharedApplication.windows.first 受到影响,导致一些弹窗失效
YanPeixue opened this issue · 1 comments
YanPeixue commented
UIApplication.sharedApplication.windows.first 受到影响,导致一些弹窗失效
internetWei commented
您好,请暂时使用 UIApplication.sharedApplication.delegate.window
代替 UIApplication.sharedApplication.windows.first
,后续版本我会修复这个问题。