Tencent / QMUI_iOS

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

自动跟随系统主题时,切换前后台UITraitCollection会回调两次 #1491

Closed PeiYanDong closed 1 year ago

PeiYanDong commented 1 year ago

例如: APP换肤选择跟随系统,当前是白皮肤,切换前后台时,UITraitCollection分类会先返回黑皮肤,在返回白皮肤,但是并没有切花皮肤,不应该有回调

预期的表现 跟随系统皮肤时,切换前后台,不切换皮肤,不应该回调皮肤变化

代码定位: UITraitCollection分类的_qmui_overrideTraitCollectionMethodIfNeeded方法

建议: 建议和 [UITraitCollection currentTraitCollection].userInterfaceStyle比对后再返回