You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your message, which has been added to a queuing system. You are currently in 352nd place, and can expect to receive a reply in approximately 19 weeks。
Bug 表现
问题的具体描述
QMUIConsole在更换tableView后未适配iOS14,默认会显示背景视图的白色,而不是显示自身背景颜色。
截图
Bug 现场的界面截图,或者 Xcode 控制台的错误信息截图,有问题的代码截图
如何重现
iOS14必现
预期的表现
正常情况下,应该是什么表现
背景显示alpha=0.8的黑色
只需在tableViewCell里加上如下代码即可恢复正常显示:
if (@available(iOS 14, *)) { self.backgroundConfiguration = [UIBackgroundConfiguration clearConfiguration]; }
其他信息
The text was updated successfully, but these errors were encountered: