Tencent / QMUI_iOS

QMUI iOS——致力于提高项目 UI 开发效率的解决方案
http://qmuiteam.com/ios
Other
7.08k stars 1.38k forks source link

QMUIAlertController弹框无法显示 #1252

Closed xtxh closed 3 years ago

xtxh commented 3 years ago

Bug 表现 问题的具体描述 Swift 使用QMUIAlertController弹不出来

截图 Bug 现场的界面截图,或者 Xcode 控制台的错误信息截图,有问题的代码截图 image

如何重现

  1. Xcode 12.5,swift 5,按照Demo示例正常使用就会出现
  2. ...

预期的表现 正常情况下,应该是什么表现

其他信息

xtxh commented 3 years ago

替换成UIAlertController就可以正常弹出来

Gluckyiyi commented 3 years ago

一样的问题

MoLice commented 3 years ago

image issue 这里为啥不填呢?

xtxh commented 3 years ago

同样的问题在QMUIPopupContainerView上也有出现,即使用Swift开发在正常调用QMUIPopupContainerView实例对象的显示方法- (void)showWithAnimated:(BOOL)animated后,弹框无法出现

MoLice commented 3 years ago

766