Jia Song
Jia Song
此回复记录一下建议: 1、QMUIKeyboardManager的实例可以暴露出lastUserInfo、currentResponder、isTargetResponderFocused,目前业务上是通过KVC获取的。
目前的解决方案,在控制器里实现如下方法,手动更新当前导航栏的样式
找到原因了,在Dark的配置表中有一行代码 `QMUICMI.navBarBackgroundImage = nil;` 此代码将所有导航栏的背景置为nil,此方法`-(UIImage *)navigationBarBackgroundImage`返回的`动态image`也就不存在了
注意:需要开启`QMUICMI.automaticCustomNavigationBarTransitionStyle = YES; ` 测试视频:[测试视频.zip](https://github.com/Tencent/QMUI_iOS/files/3915774/default.zip) 此过程用的是4.0.3的Demo 测试Demo:[QMUIDemo_iOS-master.zip](https://github.com/Tencent/QMUI_iOS/files/3915799/QMUIDemo_iOS-master.zip) 环境:iPhone SE iOS 13.0
不好意思,前提条件可能有误。按照你的设置是没有问题的,但是按照如下设置则会有问题: `QMUIConfigurationTemplateDark:` `QMUIConfigurationTemplate:` 录屏: [QQ20200702-093528-HD.mp4.zip](https://github.com/Tencent/QMUI_iOS/files/4861507/QQ20200702-093528-HD.mp4.zip) 可复现的DEMO: [_QMUIDemo_iOS-master.zip](https://github.com/Tencent/QMUI_iOS/files/4861512/_QMUIDemo_iOS-master.zip) @MoLice
> > > 这个问题很久了,越来越多的人都会遇到。请问SDK没有修复的时候,能不能给大家一个建议呢? > > > > > > @pomin > > > > 1. 项目不要使用 UIWindowScene(大部分人只是因为 Xcode 自动帮你使用,而不是业务真的有这个需求)。 > > 2. 如果组件支持,使用非 window 方式去展示(例如 QMUIPopupMenuView 就支持以 subview 方式而不是...
+1, it's not fixed in iOS 17 beta 8
> Please submit a Pull Request. Pull Request: https://github.com/SVProgressHUD/SVProgressHUD/pull/1114
> Please use English. Can you give any references why your solution is „right“? `core.resources = ['SVProgressHUD/PrivacyInfo.xcprivacy']`, After unpacking the App: Found that `PrivacyInfo.xcprivacy` is in the project root directory....