We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug 表现 问题的具体描述 直接调用[QMUIConsole logWithLevel....展示的页面没有背景颜色了
截图 Bug 现场的界面截图,或者 Xcode 控制台的错误信息截图,有问题的代码截图
如何重现
预期的表现 希望跟之前的版本一样,有默认配置的黑色,不然还需要单独去维护一套log的配置太麻烦了 现在还需要这样去配置一套颜色才可以看到 [QMUIConsole appearance].backgroundColor = [UIColor redColor]; [QMUIConsole appearance].textAttributes = @{ NSForegroundColorAttributeName: [UIColor darkGrayColor] };
其他信息
The text was updated successfully, but these errors were encountered:
QMUIConsole 里默认就有赋值,QMUI Demo 也没有自己修改 appearance,但 QMUI Demo 也是可以正常显示的,是不是你的业务代码在哪里改掉了默认样式了?
Sorry, something went wrong.
已发布 4.5.0 修复该问题。
No branches or pull requests
Bug 表现
问题的具体描述
直接调用[QMUIConsole logWithLevel....展示的页面没有背景颜色了
截图

Bug 现场的界面截图,或者 Xcode 控制台的错误信息截图,有问题的代码截图
如何重现
预期的表现
希望跟之前的版本一样,有默认配置的黑色,不然还需要单独去维护一套log的配置太麻烦了
现在还需要这样去配置一套颜色才可以看到
[QMUIConsole appearance].backgroundColor = [UIColor redColor];
[QMUIConsole appearance].textAttributes = @{
NSForegroundColorAttributeName: [UIColor darkGrayColor]
};
其他信息
The text was updated successfully, but these errors were encountered: