nameIsYong

Results 6 issues of nameIsYong

- (UIWindow *)frontWindow { #if !defined(SV_APP_EXTENSIONS) NSEnumerator *frontToBackWindows = [UIApplication.sharedApplication.windows reverseObjectEnumerator]; for (UIWindow *window in frontToBackWindows) { BOOL windowOnMainScreen = window.screen == UIScreen.mainScreen; BOOL windowIsVisible = !window.hidden && window.alpha >...

bug

**1. 环境(environment)** - Iphone8 (16.3.1) XCode版本 14.2 **3. 操作流程 下载TNN整个文件,并将宏 HAS_OPENCV 设置为1 以此使用OCR模块。 下载model(下载地址 https://www.aliyundrive.com/s/MSmarP3zqrb ),用下载后替换TNN-master/model/下的文件 导入opencv2(3.4.5) **4. 运行 code:0x400 msg:loadTextBoxDetector failed: pls make sure the pose detect model is...

demo: https://github.com/nameIsYong/QMUIKit_About QMUIKit =>. https://github.com/Tencent/QMUI_iOS ****************************************** 2022-12-15 13:47:26.648396+0800 QMUIKitDemo[17531:1357246] *** Assertion failure in -[_UINavigationBarVisualProviderModernIOS setAppearanceAPIVersion:], _UINavigationBarVisualProviderModernIOS.m:549 2022-12-15 13:47:26.658508+0800 QMUIKitDemo[17531:1357246] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'We shouldn't...

当收到有人加入后,执行了代码回调,但显示黑屏 `if let videoTrack = consumer.getTrack() as? RTCVideoTrack{ videoTrack.isEnabled = true DispatchQueue.main.async { videoTrack.add(self.remoteVideoBGView) } }` 就像这样 https://www.jianshu.com/p/789b24daa036?v=1667469490787

**Warning:componentWillReceiveProps is deprecated and will be removed in the next major version. Use static getDerivedStateFromProps instead. Please update the following components:TabNavigator** $ npm info react-native-tab-navigator [email protected] | MIT | deps:...