LaoPC

Results 8 issues of LaoPC

可以尝试一下下面的方法 unsigned long long totalFreeSpace = 0; if (@available(iOS 11.0, *)) { NSURL *fileURL = [[NSURL alloc] initFileURLWithPath:NSTemporaryDirectory()]; NSDictionary *results = [fileURL resourceValuesForKeys:@[NSURLVolumeAvailableCapacityForImportantUsageKey] error:nil]; totalFreeSpace = [results[NSURLVolumeAvailableCapacityForImportantUsageKey] longLongValue]; }else {...

系统版本:iOS 13.3 具体操作:在同时使用QMUIKit和LLDebugTool两个框架时,调用[[LLDebugTool sharedTool] startWorking]; 程序会循环打印下面的log导致程序崩溃。 +[UIWindow(QMUIUserInterfaceStyleWillChangeNotification) load]_block_invoke_3:49 | QMUILogLevelWarn | UITraitCollection+QMUI | 窗口 : 设置了 overrideUserInterfaceStyle 属性,可能会影响 QMUIUserInterfaceStyleWillChangeNotification 的时机

### 重现链接 https://vant-ui.github.io/vant/v4/#/zh-CN/tab ### Vant 版本 4.0.0-rc.0 ### 描述一下你遇到的问题。 Tab开启Swipe后,使用safari进行手势返回时会有闪动效果。 https://user-images.githubusercontent.com/13974510/191738836-6a1d4e38-b364-482f-ae4a-b144a776ea28.MP4 如果在开启全屏手势返回时,(例如在开发iOS App 中使用: [https://github.com/forkingdog/FDFullscreenPopGesture](url) )效果会特别明显。 https://user-images.githubusercontent.com/13974510/191739861-d6db09ba-f83a-47f8-89dc-e07734dbbe9d.MP4 ### 重现步骤 1、打开Safari浏览器。 2、使用官方文档中的demo进行手势返回 ### 设备/浏览器 iOS 16.0.1 Safari

🐞 bug
💩 browser quirks

您好,不知道您是否还在维护。 有一个bug: 您在计算小时的时候,忘记减去了天数的时间。 相关文件:HSFTimeDownView.m func:- (void)setcurentTime:(NSInteger)curentTime; line:168附近 func:-(void)numberChange; line:209

Thanks to YouTubeKit, I need a streaming live chat message list. Please consider adding it.

QMUI 版本: 4.7.0 测试机型: iPhone 15 Pro Max 模拟器 系统: 17.5 ## 操作步骤: 1、集成QMUI与QMUI_Demo皮肤相关组件,并将respondsSystemStyleAutomatically设置为YES。 2、打开App。 3、通过系统切换模式。 4、返回App切换TabbarItem或进入二级页面,导航栏颜色异常。 ## 疑问点: debug后发现由于系统进入后台,导致 QMUIConfiguration.m line: 479 `QMUIHelper.canUpdateAppearance` 值为NO,无法正确调用 `UINavigationBar.qmui_appearanceConfigured.barStyle = navBarStyle;` 跟踪发现 QMUIHelper.sharedInstance.shouldPreventAppearanceUpdating...

help wanted

I tried to modify the Macro code, but I failed. If you have time, please add a method like app.close()

enhancement

最近遇到适配视频三倍速的需求,经过测试iOS 15以下的设备可能不支持三倍速,请问这是硬件还是软件限制。 使否有方法可以解决。 操作步骤: 运行demo并添加 `[self.player setPlaybackRate:3.0];` 测试设备如下: 设备:iPhone 14 Pro Max 系统:iOS 18.3.2 表现:正常 设备:iPad Pro 11 寸 系统:iOS 18.3.1 表现:正常 设备:iPad Mini 5 系统:iOS 15.1 表现:最多2倍速 设备:iPad Mini...