-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
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
项目内集成QMUIKit后使用LLDebugTool报错 #89
Comments
目前猜测是使用QMUIThemeManager的原因。 |
@pcccccc 好的,我后续试下的 |
|
是的,就是因为主题的问题。 |
@didiaodanding @pcccccc Thanks, I will try another way to set theme style. I'm a little busy recently. Try to fix this problem as soon as possible. You can comment on this code temporarily. 😆 |
系统版本:iOS 13.3
具体操作:在同时使用QMUIKit和LLDebugTool两个框架时,调用[[LLDebugTool sharedTool] startWorking]; 程序会循环打印下面的log导致程序崩溃。
+[UIWindow(QMUIUserInterfaceStyleWillChangeNotification) load]_block_invoke_3:49 | QMUILogLevelWarn | UITraitCollection+QMUI | 窗口 : <LLEntryWindow: 0x7f98f5c1d570; baseClass = UIWindow; frame = (0 0; 414 896); clipsToBounds = YES; gestureRecognizers = <NSArray: 0x60000381d470>; layer = <UIWindowLayer: 0x600003626e20>> 设置了 overrideUserInterfaceStyle 属性,可能会影响 QMUIUserInterfaceStyleWillChangeNotification 的时机
The text was updated successfully, but these errors were encountered: