wyanassert / wyanassert.github.io

0 stars 0 forks source link

UILabel 自动跟系统深色模式变色导致bug(UIDynamicCatalogSystemColor) | 微言 | wyanassert <br>个人工作总结<br> #127

Open wyanassert opened 11 months ago

wyanassert commented 11 months ago

https://blog.wyan.vip/2023/12/UILabel_Auto_Color.html

今天遇到了一个 UILabel 的 textColor 自动跟肤的问题, 复现路径是 打开出问题页面, 文字显示黑色, 显示正常 从手机屏幕右上角下滑, 在屏幕亮度中打开”深色模式”, 回到 app 原本显示黑色的 UILabel 就变成了白色 由于业务比较复杂, 我直接用符号断点去看哪个业务做的这个颜色的修改, 诡异的是在 Xcode 打符号断点 -[UILabel setTextColor